#3E2CCA

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

Shades of Purple Heart #3E2CCA

Tints of Purple Heart #3E2CCA

Color information

#3E2CCA (or 0x3E2CCA) is unknown color: approx Purple Heart. HEX triplet: 3E, 2C and CA. RGB value is (62,44,202). Sum of RGB (Red+Green+Blue) = 62+44+202=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2CCA is #C1D335. Grayscale: #424242. Windows color (decimal): -12702518 or 13249598. OLE color: 13249598.

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

Color convert

RGB6244202-
CMYK0.690.7800.21
HSL246.84º64.23%48.24%-
HSV(B)246.84º78.22%79.22%-
XYZ13.557.0956.53-
YUV67.39203.96124.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 44 (17.58% from 255) = 14.29%
BLUE value IS 202 (79.30% from 255) = 65.58%
R=20.13%
G=14.29%
B=65.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal62442020.690.7800.21246.8464.2348.24
Hex3E2CCA454E015f74030
Octal765431210511602536710060
Binary1111101011001100101010001011001110010101111101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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