Html Css Color HEX #5935BA Purple Heart

📋 copy color: '#5935BA'

red 89 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #5935BA

Tints of Purple Heart #5935BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 27.13%
G = 16.16%
B = 56.71%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5935BA (or 0x5935BA) is known color: Purple Heart. HEX triplet: 59, 35 and BA. RGB value is (89,53,186). Sum of RGB (Red+Green+Blue) = 89+53+186=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #5935BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5935BA is #A6CA45. Grayscale: #4E4E4E. Windows color (decimal): -10930758 or 12203353. OLE color: 12203353.

HSL color Cylindrical-coordinate representation of color #5935BA: hue angle of 256.24º 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 #5935BA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 53 186 -
CMYK 0.52 0.72 0 0.27
HSL 256.24º 0.56% 0.47% -
HSV(B) 256.24º 0.72% 0.73% -
XYZ 14.26 8.22 47.29 -
YUV 78.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 89 53 186 0.52 0.72 0 0.27 256.24 0.56 0.47
Hex 59 35 BA 34 48 0 1B 100 38 2F
Octal 131 65 272 64 110 0 33 400 70 57
Binary 1011001 110101 10111010 110100 1001000 0 11011 100000000 111000 101111

Color Harmonies of #5935BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5935BA

Black with #5935BA

Text Example


Text Example

White with #5935BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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