Html Css Color HEX #3E2ACC Purple Heart

📋 copy color: '#3E2ACC'

red 62 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #3E2ACC

Tints of Purple Heart #3E2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.64%

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 20.13%
G = 13.64%
B = 66.23%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E2ACC (or 0x3E2ACC) is known color: Purple Heart. HEX triplet: 3E, 2A and CC. RGB value is (62,42,204). Sum of RGB (Red+Green+Blue) = 62+42+204=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2ACC is #C1D533. Grayscale: #414141. Windows color (decimal): -12703028 or 13380158. OLE color: 13380158.

HSL color Cylindrical-coordinate representation of color #3E2ACC: hue angle of 247.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2ACC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 42 204 -
CMYK 0.70 0.79 0 0.2
HSL 247.41º 0.66% 0.48% -
HSV(B) 247.41º 0.79% 0.8% -
XYZ 13.71 7.04 57.76 -
YUV 66.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 62 42 204 0.70 0.79 0 0.2 247.41 0.66 0.48
Hex 3E 2A CC 46 4F 0 14 F7 42 30
Octal 76 52 314 106 117 0 24 367 102 60
Binary 111110 101010 11001100 1000110 1001111 0 10100 11110111 1000010 110000

Color Harmonies of #3E2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2ACC

Black with #3E2ACC

Text Example


Text Example

White with #3E2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,42,204); }

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

background-color css

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

 a { background-color: rgb(62,42,204); }

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

border-color css

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

 span { border-color: rgb(62,42,204); }

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