#5934CA

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

Shades of Purple Heart #5934CA

Tints of Purple Heart #5934CA

Color information

#5934CA (or 0x5934CA) is unknown color: approx Purple Heart. HEX triplet: 59, 34 and CA. RGB value is (89,52,202). Sum of RGB (Red+Green+Blue) = 89+52+202=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #5934CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934CA is #A6CB35. Grayscale: #4F4F4F. Windows color (decimal): -10930998 or 13251673. OLE color: 13251673.

HSL color Cylindrical-coordinate representation of color #5934CA: hue angle of 254.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5934CA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8952202-
CMYK0.560.7400.21
HSL254.8º59.06%49.8%-
HSV(B)254.8º74.26%79.22%-
XYZ16.018.8456.74-
YUV80.16196.76134.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=25.95%
G=15.16%
B=58.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89522020.560.7400.21254.859.0649.8
Hex5934CA384A015ff3b32
Octal13164312701120253777362
Binary101100111010011001010111000100101001010111111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5934CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5934CA; }

 p { color: rgb(89,52,202); }

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

<style>
 a { background-color: #5934CA; }

 a { background-color: rgb(89,52,202); }

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

<style>
 span { border-color: #5934CA; }

 span { border-color: rgb(89,52,202); }

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