Html Css Color HEX #5935BE Purple Heart

📋 copy color: '#5935BE'

red 89 ◦ green 53 ◦ blue 190

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

Shades of Purple Heart #5935BE

Tints of Purple Heart #5935BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 26.81%
G = 15.96%
B = 57.23%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5935BE (or 0x5935BE) is known color: Purple Heart. HEX triplet: 59, 35 and BE. RGB value is (89,53,190). Sum of RGB (Red+Green+Blue) = 89+53+190=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #5935BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5935BE is #A6CA41. Grayscale: #4E4E4E. Windows color (decimal): -10930754 or 12465497. OLE color: 12465497.

HSL color Cylindrical-coordinate representation of color #5935BE: hue angle of 255.77º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5935BE is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 53 190 -
CMYK 0.53 0.72 0 0.25
HSL 255.77º 0.56% 0.48% -
HSV(B) 255.77º 0.72% 0.75% -
XYZ 14.69 8.39 49.56 -
YUV 79.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 89 53 190 0.53 0.72 0 0.25 255.77 0.56 0.48
Hex 59 35 BE 35 48 0 19 100 38 30
Octal 131 65 276 65 110 0 31 400 70 60
Binary 1011001 110101 10111110 110101 1001000 0 11001 100000000 111000 110000

Color Harmonies of #5935BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5935BE

Black with #5935BE

Text Example


Text Example

White with #5935BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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