#550BBF

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

Shades of Purple Heart #550BBF

Tints of Purple Heart #550BBF

Color information

#550BBF (or 0x550BBF) is unknown color: approx Purple Heart. HEX triplet: 55, 0B and BF. RGB value is (85,11,191). Sum of RGB (Red+Green+Blue) = 85+11+191=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #550BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BBF is #AAF440. Grayscale: #353535. Windows color (decimal): -11203649 or 12520277. OLE color: 12520277.

HSL color Cylindrical-coordinate representation of color #550BBF: hue angle of 264.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BBF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8511191-
CMYK0.550.9400.25
HSL264.67º89.11%39.61%-
HSV(B)264.67º94.24%74.9%-
XYZ13.275.9349.74-
YUV53.65205.52150.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 11 (4.69% from 255) = 3.83%
BLUE value IS 191 (75% from 255) = 66.55%
R=29.62%
G=3.83%
B=66.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85111910.550.9400.25264.6789.1139.61
Hex55BBF375E0191095928
Octal125132776713603141113150
Binary101010110111011111111011110111100110011000010011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550BBF; }

 p { color: rgb(85,11,191); }

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

<style>
 a { background-color: #550BBF; }

 a { background-color: rgb(85,11,191); }

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

<style>
 span { border-color: #550BBF; }

 span { border-color: rgb(85,11,191); }

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