Html Css Color HEX #4E35BC Purple Heart

📋 copy color: '#4E35BC'

red 78 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #4E35BC

Tints of Purple Heart #4E35BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 24.45%
G = 16.61%
B = 58.93%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E35BC (or 0x4E35BC) is known color: Purple Heart. HEX triplet: 4E, 35 and BC. RGB value is (78,53,188). Sum of RGB (Red+Green+Blue) = 78+53+188=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E35BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E35BC is #B1CA43. Grayscale: #4B4B4B. Windows color (decimal): -11651652 or 12334414. OLE color: 12334414.

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

Color convert

RGB 78 53 188 -
CMYK 0.59 0.72 0 0.26
HSL 251.11º 0.56% 0.47% -
HSV(B) 251.11º 0.72% 0.74% -
XYZ 13.49 7.8 48.37 -
YUV 75.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 78 53 188 0.59 0.72 0 0.26 251.11 0.56 0.47
Hex 4E 35 BC 3B 48 0 1A FB 38 2F
Octal 116 65 274 73 110 0 32 373 70 57
Binary 1001110 110101 10111100 111011 1001000 0 11010 11111011 111000 101111

Color Harmonies of #4E35BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E35BC

Black with #4E35BC

Text Example


Text Example

White with #4E35BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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