#550FB7

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

Shades of Purple Heart #550FB7

Tints of Purple Heart #550FB7

Color information

#550FB7 (or 0x550FB7) is unknown color: approx Purple Heart. HEX triplet: 55, 0F and B7. RGB value is (85,15,183). Sum of RGB (Red+Green+Blue) = 85+15+183=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 183 (71.88% from 255 or 64.66% from 283); Max value from RGB is 183 - color contains mainly: blue. Hex color #550FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FB7 is #AAF048. Grayscale: #363636. Windows color (decimal): -11202633 or 11997013. OLE color: 11997013.

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

Color convert

RGB8515183-
CMYK0.540.9200.28
HSL265º84.85%38.82%-
HSV(B)265º91.8%71.76%-
XYZ12.465.6945.24-
YUV55.08200.19149.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 183 (71.88% from 255) = 64.66%
R=30.04%
G=5.30%
B=64.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85151830.540.9200.2826584.8538.82
Hex55FB7365C01C1095527
Octal125172676613403441112547
Binary101010111111011011111011010111000111001000010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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