#6C26AD

Color #6C26AD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C26AD

Tints of Purple Heart #6C26AD

Color information

#6C26AD (or 0x6C26AD) is unknown color: approx Purple Heart. HEX triplet: 6C, 26 and AD. RGB value is (108,38,173). Sum of RGB (Red+Green+Blue) = 108+38+173=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C26AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C26AD is #93D952. Grayscale: #494949. Windows color (decimal): -9689427 or 11347564. OLE color: 11347564.

HSL color Cylindrical-coordinate representation of color #6C26AD: hue angle of 271.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C26AD is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10838173-
CMYK0.380.7800.32
HSL271.11º63.98%41.37%-
HSV(B)271.11º78.03%67.84%-
XYZ14.427.5940.24-
YUV74.32183.69152.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 173 (67.97% from 255) = 54.23%
R=33.86%
G=11.91%
B=54.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108381730.380.7800.32271.1163.9841.37
Hex6C26AD264E02010f4029
Octal154462554611604041710051
Binary110110010011010101101100110100111001000001000011111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C26AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C26AD; }

 p { color: rgb(108,38,173); }

 H1.HeaderClassName
 {
   color: #6C26AD;
 }
 .AnyTagClassName
 {
   color: #6C26AD;
 }
</style>
background-color css

<style>
 a { background-color: #6C26AD; }

 a { background-color: rgb(108,38,173); }

 div.DivClassName
 {
   background-color: #6C26AD;
 }
 .BgClassName
 {
   background-color: #6C26AD;
 }
</style>
border-color css

<style>
 span { border-color: #6C26AD; }

 span { border-color: rgb(108,38,173); }

 td.TdClassName
 {
   border-color: #6C26AD;
 }
 .TagClassName
 {
   border-color: #6C26AD;
 }
</style>