Html Css Color HEX #3E1ACA Purple Heart

📋 copy color: '#3E1ACA'

red 62 ◦ green 26 ◦ blue 202

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

Shades of Purple Heart #3E1ACA

Tints of Purple Heart #3E1ACA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.97%

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

R = 21.38%
G = 8.97%
B = 69.66%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3E1ACA (or 0x3E1ACA) is known color: Purple Heart. HEX triplet: 3E, 1A and CA. RGB value is (62,26,202). Sum of RGB (Red+Green+Blue) = 62+26+202=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E1ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ACA is #C1E535. Grayscale: #383838. Windows color (decimal): -12707126 or 13244990. OLE color: 13244990.

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

Color convert

RGB 62 26 202 -
CMYK 0.69 0.87 0 0.21
HSL 252.27º 0.77% 0.45% -
HSV(B) 252.27º 0.87% 0.79% -
XYZ 13.02 6.03 56.35 -
YUV 56.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 62 26 202 0.69 0.87 0 0.21 252.27 0.77 0.45
Hex 3E 1A CA 45 57 0 15 FC 4D 2D
Octal 76 32 312 105 127 0 25 374 115 55
Binary 111110 11010 11001010 1000101 1010111 0 10101 11111100 1001101 101101

Color Harmonies of #3E1ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1ACA

Black with #3E1ACA

Text Example


Text Example

White with #3E1ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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