#3e06c8

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

Shades of Purple Heart #3E06C8

Tints of Purple Heart #3E06C8

Color information

#3E06C8 (or 0x3E06C8) is unknown color: approx Purple Heart. HEX triplet: 3E, 06 and C8. RGB value is (62,6,200). Sum of RGB (Red+Green+Blue) = 62+6+200=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 200 (78.52% from 255 or 74.63% from 268); Max value from RGB is 200 - color contains mainly: blue. Hex color #3E06C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06C8 is #C1F937. Grayscale: #2C2C2C. Windows color (decimal): -12712248 or 13108798. OLE color: 13108798.

HSL color Cylindrical-coordinate representation of color #3E06C8: hue angle of 257.32º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06C8 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB626200-
CMYK0.690.9700.22
HSL257.32º94.17%40.39%-
HSV(B)257.32º97%78.43%-
XYZ12.485.3255.01-
YUV44.86215.55140.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.13%
GREEN value IS 6 (2.73% from 255) = 2.24%
BLUE value IS 200 (78.52% from 255) = 74.63%
R=23.13%
G=2.24%
B=74.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6262000.690.9700.22257.3294.1740.39
Hex3E6C845610161015e28
Octal76631010514102640113650
Binary11111011011001000100010111000010101101000000011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e06c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3e06c8; }

 p { color: rgb(62,6,200); }

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

<style>
 a { background-color: #3e06c8; }

 a { background-color: rgb(62,6,200); }

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

<style>
 span { border-color: #3e06c8; }

 span { border-color: rgb(62,6,200); }

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