Html Css Color HEX #5935B1 Purple Heart

📋 copy color: '#5935B1'

red 89 ◦ green 53 ◦ blue 177

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

Shades of Purple Heart #5935B1

Tints of Purple Heart #5935B1

RGB

 RED value IS 89 (35.16% from 255) = 27.9%

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

 BLUE value IS 177 (69.53% from 255) = 55.49%

R = 27.9%
G = 16.61%
B = 55.49%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5935B1 (or 0x5935B1) is known color: Purple Heart. HEX triplet: 59, 35 and B1. RGB value is (89,53,177). Sum of RGB (Red+Green+Blue) = 89+53+177=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #5935B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5935B1 is #A6CA4E. Grayscale: #4D4D4D. Windows color (decimal): -10930767 or 11613529. OLE color: 11613529.

HSL color Cylindrical-coordinate representation of color #5935B1: hue angle of 257.42º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5935B1 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 53 177 -
CMYK 0.50 0.70 0 0.31
HSL 257.42º 0.54% 0.45% -
HSV(B) 257.42º 0.7% 0.69% -
XYZ 13.33 7.84 42.41 -
YUV 77.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 89 53 177 0.50 0.70 0 0.31 257.42 0.54 0.45
Hex 59 35 B1 32 46 0 1F 101 36 2D
Octal 131 65 261 62 106 0 37 401 66 55
Binary 1011001 110101 10110001 110010 1000110 0 11111 100000001 110110 101101

Color Harmonies of #5935B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5935B1

Black with #5935B1

Text Example


Text Example

White with #5935B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5935B1; }

 p { color: rgb(89,53,177); }

 H1.HeaderClassName
 {
   color: #5935B1;
 }
 .AnyTagClassName
 {
   color: #5935B1;
 }
</style>

background-color css

<style>
 a { background-color: #5935B1; }

 a { background-color: rgb(89,53,177); }

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

border-color css

<style>
 span { border-color: #5935B1; }

 span { border-color: rgb(89,53,177); }

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