#530A5A

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

Shades of Hot Purple #530A5A

Tints of Hot Purple #530A5A

Color information

#530A5A (or 0x530A5A) is unknown color: approx Hot Purple. HEX triplet: 53, 0A and 5A. RGB value is (83,10,90). Sum of RGB (Red+Green+Blue) = 83+10+90=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #530A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A5A is #ACF5A5. Grayscale: #282828. Windows color (decimal): -11335078 or 5900883. OLE color: 5900883.

HSL color Cylindrical-coordinate representation of color #530A5A: hue angle of 294.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530A5A is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB831090-
CMYK0.080.8900.65
HSL294.75º80%19.61%-
HSV(B)294.75º88.89%35.29%-
XYZ5.522.799.92-
YUV40.95155.68158-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 10 (4.30% from 255) = 5.46%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=45.36%
G=5.46%
B=49.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8310900.080.8900.65294.758019.61
Hex53A5A8590411275014
Octal1231213210131010144712024
Binary1010011101010110101000101100101000001100100111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530A5A; }

 p { color: rgb(83,10,90); }

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

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

 a { background-color: rgb(83,10,90); }

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

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

 span { border-color: rgb(83,10,90); }

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