#5537DC

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

Shades of Purple Heart #5537DC

Tints of Purple Heart #5537DC

Color information

#5537DC (or 0x5537DC) is unknown color: approx Purple Heart. HEX triplet: 55, 37 and DC. RGB value is (85,55,220). Sum of RGB (Red+Green+Blue) = 85+55+220=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #5537DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537DC is #AAC823. Grayscale: #525252. Windows color (decimal): -11192356 or 14432085. OLE color: 14432085.

HSL color Cylindrical-coordinate representation of color #5537DC: hue angle of 250.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5537DC is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8555220-
CMYK0.610.7500.14
HSL250.91º70.21%53.92%-
HSV(B)250.91º75%86.27%-
XYZ18.039.8368.66-
YUV82.78205.44129.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 55 (21.88% from 255) = 15.28%
BLUE value IS 220 (86.33% from 255) = 61.11%
R=23.61%
G=15.28%
B=61.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85552200.610.7500.14250.9170.2153.92
Hex5537DC3D4B0Efb4636
Octal125673347511301637310666
Binary101010111011111011100111101100101101110111110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5537DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5537DC; }

 p { color: rgb(85,55,220); }

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

<style>
 a { background-color: #5537DC; }

 a { background-color: rgb(85,55,220); }

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

<style>
 span { border-color: #5537DC; }

 span { border-color: rgb(85,55,220); }

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