#5935BB

Color #5935BB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5935BB

Tints of Purple Heart #5935BB

Color information

#5935BB (or 0x5935BB) is unknown color: approx 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

RGB8953187-
CMYK0.520.7200.27
HSL256.12º55.83%47.06%-
HSV(B)256.12º71.66%73.33%-
XYZ14.368.2647.85-
YUV79.04188.93135.1-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89531870.520.7200.27256.1255.8347.06
Hex5935BB344801B100382f
Octal13165273641100334007057
Binary1011001110101101110111101001001000011011100000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5935BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>