#6C05AE

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

Shades of Purple Heart #6C05AE

Tints of Purple Heart #6C05AE

Color information

#6C05AE (or 0x6C05AE) is unknown color: approx Purple Heart. HEX triplet: 6C, 05 and AE. RGB value is (108,5,174). Sum of RGB (Red+Green+Blue) = 108+5+174=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C05AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C05AE is #93FA51. Grayscale: #363636. Windows color (decimal): -9697874 or 11404652. OLE color: 11404652.

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

Color convert

RGB1085174-
CMYK0.380.9700.32
HSL276.57º94.41%35.1%-
HSV(B)276.57º97.13%68.24%-
XYZ13.886.3540.54-
YUV55.06195.12165.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.63%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=37.63%
G=1.74%
B=60.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10851740.380.9700.32276.5794.4135.1
Hex6C5AE26610201155e23
Octal15452564614104042513643
Binary110110010110101110100110110000101000001000101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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