#550BB7

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

Shades of Purple Heart #550BB7

Tints of Purple Heart #550BB7

Color information

#550BB7 (or 0x550BB7) is unknown color: approx Purple Heart. HEX triplet: 55, 0B and B7. RGB value is (85,11,183). Sum of RGB (Red+Green+Blue) = 85+11+183=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 183 (71.88% from 255 or 65.59% from 279); Max value from RGB is 183 - color contains mainly: blue. Hex color #550BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BB7 is #AAF448. Grayscale: #343434. Windows color (decimal): -11203657 or 11995989. OLE color: 11995989.

HSL color Cylindrical-coordinate representation of color #550BB7: hue angle of 265.81º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BB7 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8511183-
CMYK0.540.9400.28
HSL265.81º88.66%38.04%-
HSV(B)265.81º93.99%71.76%-
XYZ12.415.5945.22-
YUV52.73201.52151.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 183 (71.88% from 255) = 65.59%
R=30.47%
G=3.94%
B=65.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85111830.540.9400.28265.8188.6638.04
Hex55BB7365E01C10a5926
Octal125132676613603441213146
Binary101010110111011011111011010111100111001000010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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