#552351

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

Shades of Hot Purple #552351

Tints of Hot Purple #552351

Color information

#552351 (or 0x552351) is unknown color: approx Hot Purple. HEX triplet: 55, 23 and 51. RGB value is (85,35,81). Sum of RGB (Red+Green+Blue) = 85+35+81=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552351 is #AADCAE. Grayscale: #373737. Windows color (decimal): -11197615 or 5317461. OLE color: 5317461.

HSL color Cylindrical-coordinate representation of color #552351: hue angle of 304.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552351 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB853581-
CMYK00.590.050.67
HSL304.8º41.67%23.53%-
HSV(B)304.8º58.82%33.33%-
XYZ5.833.738.2-
YUV55.19142.56149.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=42.29%
G=17.41%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85358100.590.050.67304.841.6723.53
Hex55235103B5431312a18
Octal1254312107351034615230
Binary101010110001110100010111011101100001110011000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552351; }

 p { color: rgb(85,35,81); }

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

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

 a { background-color: rgb(85,35,81); }

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

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

 span { border-color: rgb(85,35,81); }

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