#5933B4

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

Shades of Purple Heart #5933B4

Tints of Purple Heart #5933B4

Color information

#5933B4 (or 0x5933B4) is unknown color: approx Purple Heart. HEX triplet: 59, 33 and B4. RGB value is (89,51,180). Sum of RGB (Red+Green+Blue) = 89+51+180=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #5933B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5933B4 is #A6CC4B. Grayscale: #4C4C4C. Windows color (decimal): -10931276 or 11809625. OLE color: 11809625.

HSL color Cylindrical-coordinate representation of color #5933B4: hue angle of 257.67º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5933B4 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8951180-
CMYK0.510.7200.29
HSL257.67º55.84%45.29%-
HSV(B)257.67º71.67%70.59%-
XYZ13.547.7943.97-
YUV77.07186.09136.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 180 (70.70% from 255) = 56.25%
R=27.81%
G=15.94%
B=56.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89511800.510.7200.29257.6755.8445.29
Hex5933B4334801D102382d
Octal13163264631100354027055
Binary1011001110011101101001100111001000011101100000010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5933B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5933B4; }

 p { color: rgb(89,51,180); }

 H1.HeaderClassName
 {
   color: #5933B4;
 }
 .AnyTagClassName
 {
   color: #5933B4;
 }
</style>
background-color css

<style>
 a { background-color: #5933B4; }

 a { background-color: rgb(89,51,180); }

 div.DivClassName
 {
   background-color: #5933B4;
 }
 .BgClassName
 {
   background-color: #5933B4;
 }
</style>
border-color css

<style>
 span { border-color: #5933B4; }

 span { border-color: rgb(89,51,180); }

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