#5926dd

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

Shades of Purple Heart #5926DD

Tints of Purple Heart #5926DD

Color information

#5926DD (or 0x5926DD) is unknown color: approx Purple Heart. HEX triplet: 59, 26 and DD. RGB value is (89,38,221). Sum of RGB (Red+Green+Blue) = 89+38+221=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #5926DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926DD is #A6D922. Grayscale: #494949. Windows color (decimal): -10934563 or 14493273. OLE color: 14493273.

HSL color Cylindrical-coordinate representation of color #5926DD: hue angle of 256.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5926DD is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8938221-
CMYK0.600.8300.13
HSL256.72º72.91%50.78%-
HSV(B)256.72º82.81%86.67%-
XYZ17.868.7369.15-
YUV74.11210.9138.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 38 (15.23% from 255) = 10.92%
BLUE value IS 221 (86.72% from 255) = 63.51%
R=25.57%
G=10.92%
B=63.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89382210.600.8300.13256.7272.9150.78
Hex5926DD3C530D1014933
Octal131463357412301540111163
Binary1011001100110110111011111001010011011011000000011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5926dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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