Html Css Color HEX #5935BB Purple Heart

📋 copy color: '#5935BB'

red 89 ◦ green 53 ◦ blue 187

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

Shades of Purple Heart #5935BB

Tints of Purple Heart #5935BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 27.05%
G = 16.11%
B = 56.84%

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

#5935BB (or 0x5935BB) is known color: Purple Heart. HEX triplet: 59, 35 and BB. RGB value is (89,53,187). Sum of RGB (Red+Green+Blue) = 89+53+187=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #5935BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5935BB is #A6CA44. Grayscale: #4E4E4E. Windows color (decimal): -10930757 or 12268889. OLE color: 12268889.

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

Color convert

RGB 89 53 187 -
CMYK 0.52 0.72 0 0.27
HSL 256.12º 0.56% 0.47% -
HSV(B) 256.12º 0.72% 0.73% -
XYZ 14.36 8.26 47.85 -
YUV 79.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 89 53 187 0.52 0.72 0 0.27 256.12 0.56 0.47
Hex 59 35 BB 34 48 0 1B 100 38 2F
Octal 131 65 273 64 110 0 33 400 70 57
Binary 1011001 110101 10111011 110100 1001000 0 11011 100000000 111000 101111

Color Harmonies of #5935BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5935BB

Black with #5935BB

Text Example


Text Example

White with #5935BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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