Html Css Color HEX #3E11BF Purple Heart

📋 copy color: '#3E11BF'

red 62 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #3E11BF

Tints of Purple Heart #3E11BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 22.96%
G = 6.3%
B = 70.74%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E11BF (or 0x3E11BF) is known color: Purple Heart. HEX triplet: 3E, 11 and BF. RGB value is (62,17,191). Sum of RGB (Red+Green+Blue) = 62+17+191=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E11BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E11BF is #C1EE40. Grayscale: #313131. Windows color (decimal): -12709441 or 12521790. OLE color: 12521790.

HSL color Cylindrical-coordinate representation of color #3E11BF: hue angle of 255.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E11BF is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 17 191 -
CMYK 0.68 0.91 0 0.25
HSL 255.52º 0.84% 0.41% -
HSV(B) 255.52º 0.91% 0.75% -
XYZ 11.59 5.19 49.68 -
YUV 50.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 62 17 191 0.68 0.91 0 0.25 255.52 0.84 0.41
Hex 3E 11 BF 44 5B 0 19 100 54 29
Octal 76 21 277 104 133 0 31 400 124 51
Binary 111110 10001 10111111 1000100 1011011 0 11001 100000000 1010100 101001

Color Harmonies of #3E11BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E11BF

Black with #3E11BF

Text Example


Text Example

White with #3E11BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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