Html Css Color HEX #3E11BC Purple Heart

📋 copy color: '#3E11BC'

red 62 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #3E11BC

Tints of Purple Heart #3E11BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 23.22%
G = 6.37%
B = 70.41%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E11BC (or 0x3E11BC) is known color: Purple Heart. HEX triplet: 3E, 11 and BC. RGB value is (62,17,188). Sum of RGB (Red+Green+Blue) = 62+17+188=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E11BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E11BC is #C1EE43. Grayscale: #313131. Windows color (decimal): -12709444 or 12325182. OLE color: 12325182.

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

Color convert

RGB 62 17 188 -
CMYK 0.67 0.91 0 0.26
HSL 255.79º 0.83% 0.4% -
HSV(B) 255.79º 0.91% 0.74% -
XYZ 11.26 5.06 47.96 -
YUV 49.95 205.91 136.6 -
System Red Green Blue C M Y K H S L
Decimal 62 17 188 0.67 0.91 0 0.26 255.79 0.83 0.4
Hex 3E 11 BC 43 5B 0 1A 100 53 28
Octal 76 21 274 103 133 0 32 400 123 50
Binary 111110 10001 10111100 1000011 1011011 0 11010 100000000 1010011 101000

Color Harmonies of #3E11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E11BC

Black with #3E11BC

Text Example


Text Example

White with #3E11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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