#5835DE

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

Shades of Purple Heart #5835DE

Tints of Purple Heart #5835DE

Color information

#5835DE (or 0x5835DE) is unknown color: approx Purple Heart. HEX triplet: 58, 35 and DE. RGB value is (88,53,222). Sum of RGB (Red+Green+Blue) = 88+53+222=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #5835DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5835DE is #A7CA21. Grayscale: #525252. Windows color (decimal): -10996258 or 14562648. OLE color: 14562648.

HSL color Cylindrical-coordinate representation of color #5835DE: hue angle of 252.43º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5835DE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8853222-
CMYK0.600.7600.13
HSL252.43º71.91%53.92%-
HSV(B)252.43º76.13%87.06%-
XYZ18.489.8970.04-
YUV82.73206.6131.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 222 (87.11% from 255) = 61.16%
R=24.24%
G=14.60%
B=61.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88532220.600.7600.13252.4371.9153.92
Hex5835DE3C4C0Dfc4836
Octal130653367411401537411066
Binary101100011010111011110111100100110001101111111001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5835DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5835DE; }

 p { color: rgb(88,53,222); }

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

<style>
 a { background-color: #5835DE; }

 a { background-color: rgb(88,53,222); }

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

<style>
 span { border-color: #5835DE; }

 span { border-color: rgb(88,53,222); }

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