#6C01AE

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

Shades of Purple Heart #6C01AE

Tints of Purple Heart #6C01AE

Color information

#6C01AE (or 0x6C01AE) is unknown color: approx Purple Heart. HEX triplet: 6C, 01 and AE. RGB value is (108,1,174). Sum of RGB (Red+Green+Blue) = 108+1+174=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C01AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C01AE is #93FE51. Grayscale: #343434. Windows color (decimal): -9698898 or 11403628. OLE color: 11403628.

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

Color convert

RGB1081174-
CMYK0.380.9900.32
HSL277.11º98.86%34.31%-
HSV(B)277.11º99.43%68.24%-
XYZ13.846.2740.52-
YUV52.72196.45167.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.16%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=38.16%
G=0.35%
B=61.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10811740.380.9900.32277.1198.8634.31
Hex6C1AE26630201156322
Octal15412564614304042514342
Binary1101100110101110100110110001101000001000101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C01AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,174); }

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

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

 a { background-color: rgb(108,1,174); }

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

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

 span { border-color: rgb(108,1,174); }

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