Html Css Color HEX #3E11BA Purple Heart

📋 copy color: '#3E11BA'

red 62 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #3E11BA

Tints of Purple Heart #3E11BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

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

R = 23.4%
G = 6.42%
B = 70.19%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E11BA (or 0x3E11BA) is known color: Purple Heart. HEX triplet: 3E, 11 and BA. RGB value is (62,17,186). Sum of RGB (Red+Green+Blue) = 62+17+186=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E11BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E11BA is #C1EE45. Grayscale: #313131. Windows color (decimal): -12709446 or 12194110. OLE color: 12194110.

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

Color convert

RGB 62 17 186 -
CMYK 0.67 0.91 0 0.27
HSL 255.98º 0.83% 0.4% -
HSV(B) 255.98º 0.91% 0.73% -
XYZ 11.05 4.97 46.83 -
YUV 49.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 62 17 186 0.67 0.91 0 0.27 255.98 0.83 0.4
Hex 3E 11 BA 43 5B 0 1B 100 53 28
Octal 76 21 272 103 133 0 33 400 123 50
Binary 111110 10001 10111010 1000011 1011011 0 11011 100000000 1010011 101000

Color Harmonies of #3E11BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E11BA

Black with #3E11BA

Text Example


Text Example

White with #3E11BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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