Html Css Color HEX #4E31CB Purple Heart

📋 copy color: '#4E31CB'

red 78 ◦ green 49 ◦ blue 203

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

Shades of Purple Heart #4E31CB

Tints of Purple Heart #4E31CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 23.64%
G = 14.85%
B = 61.52%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E31CB (or 0x4E31CB) is known color: Purple Heart. HEX triplet: 4E, 31 and CB. RGB value is (78,49,203). Sum of RGB (Red+Green+Blue) = 78+49+203=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E31CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E31CB is #B1CE34. Grayscale: #4A4A4A. Windows color (decimal): -11652661 or 13316430. OLE color: 13316430.

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

Color convert

RGB 78 49 203 -
CMYK 0.62 0.76 0 0.20
HSL 251.3º 0.61% 0.49% -
HSV(B) 251.3º 0.76% 0.8% -
XYZ 15.02 8.13 57.28 -
YUV 75.23 200.11 129.98 -
System Red Green Blue C M Y K H S L
Decimal 78 49 203 0.62 0.76 0 0.20 251.3 0.61 0.49
Hex 4E 31 CB 3E 4C 0 14 FB 3D 31
Octal 116 61 313 76 114 0 24 373 75 61
Binary 1001110 110001 11001011 111110 1001100 0 10100 11111011 111101 110001

Color Harmonies of #4E31CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E31CB

Black with #4E31CB

Text Example


Text Example

White with #4E31CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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