Html Css Color HEX #3E2DCA Purple Heart

📋 copy color: '#3E2DCA'

red 62 ◦ green 45 ◦ blue 202

#3E2DCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3E2DCA

Tints of Purple Heart #3E2DCA

RGB

 RED value IS 62 (24.61% from 255) = 20.06%

 GREEN value IS 45 (17.97% from 255) = 14.56%

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 20.06%
G = 14.56%
B = 65.37%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3E2DCA (or 0x3E2DCA) is known color: Purple Heart. HEX triplet: 3E, 2D and CA. RGB value is (62,45,202). Sum of RGB (Red+Green+Blue) = 62+45+202=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E2DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2DCA is #C1D235. Grayscale: #434343. Windows color (decimal): -12702262 or 13249854. OLE color: 13249854.

HSL color Cylindrical-coordinate representation of color #3E2DCA: hue angle of 246.5º 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 #3E2DCA is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 62 45 202 -
CMYK 0.69 0.78 0 0.21
HSL 246.5º 0.64% 0.48% -
HSV(B) 246.5º 0.78% 0.79% -
XYZ 13.59 7.17 56.54 -
YUV 67.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 62 45 202 0.69 0.78 0 0.21 246.5 0.64 0.48
Hex 3E 2D CA 45 4E 0 15 F6 40 30
Octal 76 55 312 105 116 0 25 366 100 60
Binary 111110 101101 11001010 1000101 1001110 0 10101 11110110 1000000 110000

Color Harmonies of #3E2DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2DCA

Black with #3E2DCA

Text Example


Text Example

White with #3E2DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E2DCA;
 }
 .AnyTagClassName
 {
   color: #3E2DCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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