Html Css Color HEX #4E1BCB Purple Heart

📋 copy color: '#4E1BCB'

red 78 ◦ green 27 ◦ blue 203

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

Shades of Purple Heart #4E1BCB

Tints of Purple Heart #4E1BCB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.77%

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 25.32%
G = 8.77%
B = 65.91%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E1BCB (or 0x4E1BCB) is known color: Purple Heart. HEX triplet: 4E, 1B and CB. RGB value is (78,27,203). Sum of RGB (Red+Green+Blue) = 78+27+203=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E1BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1BCB is #B1E434. Grayscale: #3D3D3D. Windows color (decimal): -11658293 or 13310798. OLE color: 13310798.

HSL color Cylindrical-coordinate representation of color #4E1BCB: hue angle of 257.39º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E1BCB is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 27 203 -
CMYK 0.62 0.87 0 0.20
HSL 257.39º 0.77% 0.45% -
HSV(B) 257.39º 0.87% 0.8% -
XYZ 14.31 6.72 57.04 -
YUV 62.31 207.4 139.19 -
System Red Green Blue C M Y K H S L
Decimal 78 27 203 0.62 0.87 0 0.20 257.39 0.77 0.45
Hex 4E 1B CB 3E 57 0 14 101 4D 2D
Octal 116 33 313 76 127 0 24 401 115 55
Binary 1001110 11011 11001011 111110 1010111 0 10100 100000001 1001101 101101

Color Harmonies of #4E1BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1BCB

Black with #4E1BCB

Text Example


Text Example

White with #4E1BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,27,203); }

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

background-color css

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

 a { background-color: rgb(78,27,203); }

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

border-color css

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

 span { border-color: rgb(78,27,203); }

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