Html Css Color HEX #3E13BA Purple Heart

📋 copy color: '#3E13BA'

red 62 ◦ green 19 ◦ blue 186

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

Shades of Purple Heart #3E13BA

Tints of Purple Heart #3E13BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 23.22%
G = 7.12%
B = 69.66%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E13BA (or 0x3E13BA) is known color: Purple Heart. HEX triplet: 3E, 13 and BA. RGB value is (62,19,186). Sum of RGB (Red+Green+Blue) = 62+19+186=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E13BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E13BA is #C1EC45. Grayscale: #323232. Windows color (decimal): -12708934 or 12194622. OLE color: 12194622.

HSL color Cylindrical-coordinate representation of color #3E13BA: hue angle of 255.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E13BA is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 19 186 -
CMYK 0.67 0.90 0 0.27
HSL 255.45º 0.81% 0.4% -
HSV(B) 255.45º 0.9% 0.73% -
XYZ 11.08 5.04 46.84 -
YUV 50.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 62 19 186 0.67 0.90 0 0.27 255.45 0.81 0.4
Hex 3E 13 BA 43 5A 0 1B FF 51 28
Octal 76 23 272 103 132 0 33 377 121 50
Binary 111110 10011 10111010 1000011 1011010 0 11011 11111111 1010001 101000

Color Harmonies of #3E13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E13BA

Black with #3E13BA

Text Example


Text Example

White with #3E13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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