#3E2CCB

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

Shades of Purple Heart #3E2CCB

Tints of Purple Heart #3E2CCB

Color information

#3E2CCB (or 0x3E2CCB) is unknown color: approx Purple Heart. HEX triplet: 3E, 2C and CB. RGB value is (62,44,203). Sum of RGB (Red+Green+Blue) = 62+44+203=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E2CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2CCB is #C1D334. Grayscale: #424242. Windows color (decimal): -12702517 or 13315134. OLE color: 13315134.

HSL color Cylindrical-coordinate representation of color #3E2CCB: hue angle of 246.79º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E2CCB is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6244203-
CMYK0.690.7800.20
HSL246.79º64.37%48.43%-
HSV(B)246.79º78.33%79.61%-
XYZ13.677.1457.16-
YUV67.51204.46124.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.06%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 203 (79.69% from 255) = 65.70%
R=20.06%
G=14.24%
B=65.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62442030.690.7800.20246.7964.3748.43
Hex3E2CCB454E014f74030
Octal765431310511602436710060
Binary1111101011001100101110001011001110010100111101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,44,203); }

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

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

 a { background-color: rgb(62,44,203); }

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

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

 span { border-color: rgb(62,44,203); }

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