#5537DB

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

Shades of Purple Heart #5537DB

Tints of Purple Heart #5537DB

Color information

#5537DB (or 0x5537DB) is unknown color: approx Purple Heart. HEX triplet: 55, 37 and DB. RGB value is (85,55,219). Sum of RGB (Red+Green+Blue) = 85+55+219=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #5537DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537DB is #AAC824. Grayscale: #525252. Windows color (decimal): -11192357 or 14366549. OLE color: 14366549.

HSL color Cylindrical-coordinate representation of color #5537DB: hue angle of 250.98º degrees, saturation: 0.69, 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 #5537DB is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8555219-
CMYK0.610.7500.14
HSL250.98º69.49%53.73%-
HSV(B)250.98º74.89%85.88%-
XYZ17.99.7867.96-
YUV82.67204.94129.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 219 (85.94% from 255) = 61.00%
R=23.68%
G=15.32%
B=61.00%

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
Decimal85552190.610.7500.14250.9869.4953.73
Hex5537DB3D4B0Efb4536
Octal125673337511301637310566
Binary101010111011111011011111101100101101110111110111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5537DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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