#6C07AE

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

Shades of Purple Heart #6C07AE

Tints of Purple Heart #6C07AE

Color information

#6C07AE (or 0x6C07AE) is unknown color: approx Purple Heart. HEX triplet: 6C, 07 and AE. RGB value is (108,7,174). Sum of RGB (Red+Green+Blue) = 108+7+174=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C07AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C07AE is #93F851. Grayscale: #373737. Windows color (decimal): -9697362 or 11405164. OLE color: 11405164.

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

Color convert

RGB1087174-
CMYK0.380.9600.32
HSL276.29º92.27%35.49%-
HSV(B)276.29º95.98%68.24%-
XYZ13.96.440.55-
YUV56.24194.46164.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 7 (3.12% from 255) = 2.42%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=37.37%
G=2.42%
B=60.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10871740.380.9600.32276.2992.2735.49
Hex6C7AE26600201145c23
Octal15472564614004042413443
Binary110110011110101110100110110000001000001000101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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