Html Css Color HEX #3E13B4 Purple Heart

📋 copy color: '#3E13B4'

red 62 ◦ green 19 ◦ blue 180

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

Shades of Purple Heart #3E13B4

Tints of Purple Heart #3E13B4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 180 (70.7% from 255) = 68.97%

R = 23.75%
G = 7.28%
B = 68.97%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3E13B4 (or 0x3E13B4) is known color: Purple Heart. HEX triplet: 3E, 13 and B4. RGB value is (62,19,180). Sum of RGB (Red+Green+Blue) = 62+19+180=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #3E13B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E13B4 is #C1EC4B. Grayscale: #313131. Windows color (decimal): -12708940 or 11801406. OLE color: 11801406.

HSL color Cylindrical-coordinate representation of color #3E13B4: hue angle of 256.02º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E13B4 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 62 19 180 -
CMYK 0.66 0.89 0 0.29
HSL 256.02º 0.81% 0.39% -
HSV(B) 256.02º 0.89% 0.71% -
XYZ 10.46 4.79 43.55 -
YUV 50.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 62 19 180 0.66 0.89 0 0.29 256.02 0.81 0.39
Hex 3E 13 B4 42 59 0 1D 100 51 27
Octal 76 23 264 102 131 0 35 400 121 47
Binary 111110 10011 10110100 1000010 1011001 0 11101 100000000 1010001 100111

Color Harmonies of #3E13B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E13B4

Black with #3E13B4

Text Example


Text Example

White with #3E13B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,180); }

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

background-color css

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

 a { background-color: rgb(62,19,180); }

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

border-color css

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

 span { border-color: rgb(62,19,180); }

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