Html Css Color HEX #3E14BB Purple Heart

📋 copy color: '#3E14BB'

red 62 ◦ green 20 ◦ blue 187

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

Shades of Purple Heart #3E14BB

Tints of Purple Heart #3E14BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 23.05%
G = 7.43%
B = 69.52%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E14BB (or 0x3E14BB) is known color: Purple Heart. HEX triplet: 3E, 14 and BB. RGB value is (62,20,187). Sum of RGB (Red+Green+Blue) = 62+20+187=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E14BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E14BB is #C1EB44. Grayscale: #323232. Windows color (decimal): -12708677 or 12260414. OLE color: 12260414.

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

Color convert

RGB 62 20 187 -
CMYK 0.67 0.89 0 0.27
HSL 255.09º 0.81% 0.41% -
HSV(B) 255.09º 0.89% 0.73% -
XYZ 11.21 5.11 47.41 -
YUV 51.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 62 20 187 0.67 0.89 0 0.27 255.09 0.81 0.41
Hex 3E 14 BB 43 59 0 1B FF 51 29
Octal 76 24 273 103 131 0 33 377 121 51
Binary 111110 10100 10111011 1000011 1011001 0 11011 11111111 1010001 101001

Color Harmonies of #3E14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E14BB

Black with #3E14BB

Text Example


Text Example

White with #3E14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,20,187); }

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

background-color css

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

 a { background-color: rgb(62,20,187); }

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

border-color css

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

 span { border-color: rgb(62,20,187); }

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