#5926B2

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

Shades of Purple Heart #5926B2

Tints of Purple Heart #5926B2

Color information

#5926B2 (or 0x5926B2) is unknown color: approx Purple Heart. HEX triplet: 59, 26 and B2. RGB value is (89,38,178). Sum of RGB (Red+Green+Blue) = 89+38+178=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #5926B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5926B2 is #A6D94D. Grayscale: #444444. Windows color (decimal): -10934606 or 11675225. OLE color: 11675225.

HSL color Cylindrical-coordinate representation of color #5926B2: hue angle of 261.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5926B2 is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8938178-
CMYK0.50.7900.30
HSL261.86º64.81%42.35%-
HSV(B)261.86º78.65%69.8%-
XYZ12.856.7242.74-
YUV69.21189.4142.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 178 (69.92% from 255) = 58.36%
R=29.18%
G=12.46%
B=58.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal89381780.50.7900.30261.8664.8142.35
Hex5926B2324F01E106412a
Octal131462626211703640610152
Binary10110011001101011001011001010011110111101000001101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5926B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5926B2; }

 p { color: rgb(89,38,178); }

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

<style>
 a { background-color: #5926B2; }

 a { background-color: rgb(89,38,178); }

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

<style>
 span { border-color: #5926B2; }

 span { border-color: rgb(89,38,178); }

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