#551352

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

Shades of Hot Purple #551352

Tints of Hot Purple #551352

Color information

#551352 (or 0x551352) is unknown color: approx Hot Purple. HEX triplet: 55, 13 and 52. RGB value is (85,19,82). Sum of RGB (Red+Green+Blue) = 85+19+82=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #551352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551352 is #AAECAD. Grayscale: #2D2D2D. Windows color (decimal): -11201710 or 5378901. OLE color: 5378901.

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

Color convert

RGB851982-
CMYK00.780.040.67
HSL302.73º63.46%20.39%-
HSV(B)302.73º77.65%33.33%-
XYZ5.53.018.27-
YUV45.92148.37155.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=45.70%
G=10.22%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85198200.780.040.67302.7363.4620.39
Hex55135204E44312f3f14
Octal12523122011641034577724
Binary101010110011101001001001110100100001110010111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551352; }

 p { color: rgb(85,19,82); }

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

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

 a { background-color: rgb(85,19,82); }

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

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

 span { border-color: rgb(85,19,82); }

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