Html Css Color HEX #4E35BB Purple Heart

📋 copy color: '#4E35BB'

red 78 ◦ green 53 ◦ blue 187

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

Shades of Purple Heart #4E35BB

Tints of Purple Heart #4E35BB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 24.53%
G = 16.67%
B = 58.81%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E35BB (or 0x4E35BB) is known color: Purple Heart. HEX triplet: 4E, 35 and BB. RGB value is (78,53,187). Sum of RGB (Red+Green+Blue) = 78+53+187=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E35BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E35BB is #B1CA44. Grayscale: #4B4B4B. Windows color (decimal): -11651653 or 12268878. OLE color: 12268878.

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

Color convert

RGB 78 53 187 -
CMYK 0.58 0.72 0 0.27
HSL 251.19º 0.56% 0.47% -
HSV(B) 251.19º 0.72% 0.73% -
XYZ 13.38 7.75 47.8 -
YUV 75.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 78 53 187 0.58 0.72 0 0.27 251.19 0.56 0.47
Hex 4E 35 BB 3A 48 0 1B FB 38 2F
Octal 116 65 273 72 110 0 33 373 70 57
Binary 1001110 110101 10111011 111010 1001000 0 11011 11111011 111000 101111

Color Harmonies of #4E35BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E35BB

Black with #4E35BB

Text Example


Text Example

White with #4E35BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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