#551254

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

Shades of Hot Purple #551254

Tints of Hot Purple #551254

Color information

#551254 (or 0x551254) is unknown color: approx Hot Purple. HEX triplet: 55, 12 and 54. RGB value is (85,18,84). Sum of RGB (Red+Green+Blue) = 85+18+84=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #551254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551254 is #AAEDAB. Grayscale: #2D2D2D. Windows color (decimal): -11201964 or 5509717. OLE color: 5509717.

HSL color Cylindrical-coordinate representation of color #551254: hue angle of 300.9º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551254 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB851884-
CMYK00.790.010.67
HSL300.9º65.05%20.2%-
HSV(B)300.9º78.82%33.33%-
XYZ5.5638.67-
YUV45.56149.7156.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=45.45%
G=9.63%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85188400.790.010.67300.965.0520.2
Hex55125404F14312d4114
Octal125221240117110345510124
Binary10101011001010101000100111111000011100101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551254; }

 p { color: rgb(85,18,84); }

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

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

 a { background-color: rgb(85,18,84); }

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

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

 span { border-color: rgb(85,18,84); }

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