#6C02AD

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

Shades of Purple Heart #6C02AD

Tints of Purple Heart #6C02AD

Color information

#6C02AD (or 0x6C02AD) is unknown color: approx Purple Heart. HEX triplet: 6C, 02 and AD. RGB value is (108,2,173). Sum of RGB (Red+Green+Blue) = 108+2+173=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C02AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C02AD is #93FD52. Grayscale: #343434. Windows color (decimal): -9698643 or 11338348. OLE color: 11338348.

HSL color Cylindrical-coordinate representation of color #6C02AD: hue angle of 277.19º degrees, saturation: 0.98, 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 #6C02AD is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1082173-
CMYK0.380.9900.32
HSL277.19º97.71%34.31%-
HSV(B)277.19º98.84%67.84%-
XYZ13.756.2540.02-
YUV53.19195.62167.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.16%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 173 (67.97% from 255) = 61.13%
R=38.16%
G=0.71%
B=61.13%

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
Decimal10821730.380.9900.32277.1997.7134.31
Hex6C2AD26630201156222
Octal15422554614304042514242
Binary11011001010101101100110110001101000001000101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C02AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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