#5a275f

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

Shades of Hot Purple #5A275F

Tints of Hot Purple #5A275F

Color information

#5A275F (or 0x5A275F) is unknown color: approx Hot Purple. HEX triplet: 5A, 27 and 5F. RGB value is (90,39,95). Sum of RGB (Red+Green+Blue) = 90+39+95=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A275F is #A5D8A0. Grayscale: #3C3C3C. Windows color (decimal): -10868897 or 6235994. OLE color: 6235994.

HSL color Cylindrical-coordinate representation of color #5A275F: hue angle of 294.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A275F is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB903995-
CMYK0.050.5900.63
HSL294.64º41.79%26.27%-
HSV(B)294.64º58.95%37.25%-
XYZ7.014.4511.32-
YUV60.63147.4148.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.18%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=40.18%
G=17.41%
B=42.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9039950.050.5900.63294.6441.7926.27
Hex5A275F53B03F1272a1a
Octal132471375730774475232
Binary10110101001111011111101111011011111110010011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a275f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a275f; }

 p { color: rgb(90,39,95); }

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

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

 a { background-color: rgb(90,39,95); }

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

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

 span { border-color: rgb(90,39,95); }

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