Html Css Color HEX #5E35BC Purple Heart

📋 copy color: '#5E35BC'

red 94 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #5E35BC

Tints of Purple Heart #5E35BC

RGB

 RED value IS 94 (37.11% from 255) = 28.06%

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

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

R = 28.06%
G = 15.82%
B = 56.12%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E35BC (or 0x5E35BC) is known color: Purple Heart. HEX triplet: 5E, 35 and BC. RGB value is (94,53,188). Sum of RGB (Red+Green+Blue) = 94+53+188=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E35BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E35BC is #A1CA43. Grayscale: #505050. Windows color (decimal): -10603076 or 12334430. OLE color: 12334430.

HSL color Cylindrical-coordinate representation of color #5E35BC: hue angle of 258.22º 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 #5E35BC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 53 188 -
CMYK 0.50 0.72 0 0.26
HSL 258.22º 0.56% 0.47% -
HSV(B) 258.22º 0.72% 0.74% -
XYZ 14.97 8.56 48.44 -
YUV 80.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 94 53 188 0.50 0.72 0 0.26 258.22 0.56 0.47
Hex 5E 35 BC 32 48 0 1A 102 38 2F
Octal 136 65 274 62 110 0 32 402 70 57
Binary 1011110 110101 10111100 110010 1001000 0 11010 100000010 111000 101111

Color Harmonies of #5E35BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E35BC

Black with #5E35BC

Text Example


Text Example

White with #5E35BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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