#5538CB

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

Shades of Purple Heart #5538CB

Tints of Purple Heart #5538CB

Color information

#5538CB (or 0x5538CB) is unknown color: approx Purple Heart. HEX triplet: 55, 38 and CB. RGB value is (85,56,203). Sum of RGB (Red+Green+Blue) = 85+56+203=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #5538CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5538CB is #AAC734. Grayscale: #505050. Windows color (decimal): -11192117 or 13318229. OLE color: 13318229.

HSL color Cylindrical-coordinate representation of color #5538CB: hue angle of 251.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5538CB is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8556203-
CMYK0.580.7200.20
HSL251.84º58.57%50.78%-
HSV(B)251.84º72.41%79.61%-
XYZ15.949.0757.41-
YUV81.43196.61130.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=24.71%
G=16.28%
B=59.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85562030.580.7200.20251.8458.5750.78
Hex5538CB3A48014fc3b33
Octal12570313721100243747363
Binary101010111100011001011111010100100001010011111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5538CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5538CB; }

 p { color: rgb(85,56,203); }

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

<style>
 a { background-color: #5538CB; }

 a { background-color: rgb(85,56,203); }

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

<style>
 span { border-color: #5538CB; }

 span { border-color: rgb(85,56,203); }

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