Html Css Color HEX #4E2BBB Purple Heart

📋 copy color: '#4E2BBB'

red 78 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #4E2BBB

Tints of Purple Heart #4E2BBB

RGB

 RED value IS 78 (30.86% from 255) = 25.32%

 GREEN value IS 43 (17.19% from 255) = 13.96%

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

R = 25.32%
G = 13.96%
B = 60.71%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E2BBB (or 0x4E2BBB) is known color: Purple Heart. HEX triplet: 4E, 2B and BB. RGB value is (78,43,187). Sum of RGB (Red+Green+Blue) = 78+43+187=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BBB is #B1D444. Grayscale: #454545. Windows color (decimal): -11654213 or 12266318. OLE color: 12266318.

HSL color Cylindrical-coordinate representation of color #4E2BBB: hue angle of 254.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2BBB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 43 187 -
CMYK 0.58 0.77 0 0.27
HSL 254.58º 0.63% 0.45% -
HSV(B) 254.58º 0.77% 0.73% -
XYZ 12.98 6.94 47.67 -
YUV 69.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 78 43 187 0.58 0.77 0 0.27 254.58 0.63 0.45
Hex 4E 2B BB 3A 4D 0 1B FF 3F 2D
Octal 116 53 273 72 115 0 33 377 77 55
Binary 1001110 101011 10111011 111010 1001101 0 11011 11111111 111111 101101

Color Harmonies of #4E2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2BBB

Black with #4E2BBB

Text Example


Text Example

White with #4E2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E2BBB; }

 p { color: rgb(78,43,187); }

 H1.HeaderClassName
 {
   color: #4E2BBB;
 }
 .AnyTagClassName
 {
   color: #4E2BBB;
 }
</style>

background-color css

<style>
 a { background-color: #4E2BBB; }

 a { background-color: rgb(78,43,187); }

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

border-color css

<style>
 span { border-color: #4E2BBB; }

 span { border-color: rgb(78,43,187); }

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