#530854

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

Shades of Hot Purple #530854

Tints of Hot Purple #530854

Color information

#530854 (or 0x530854) is unknown color: approx Hot Purple. HEX triplet: 53, 08 and 54. RGB value is (83,8,84). Sum of RGB (Red+Green+Blue) = 83+8+84=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #530854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530854 is #ACF7AB. Grayscale: #262626. Windows color (decimal): -11335596 or 5507155. OLE color: 5507155.

HSL color Cylindrical-coordinate representation of color #530854: hue angle of 299.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530854 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83884-
CMYK0.010.9000.67
HSL299.21º82.61%18.04%-
HSV(B)299.21º90.48%32.94%-
XYZ5.252.658.62-
YUV39.09153.35159.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 84 (33.20% from 255) = 48%
R=47.43%
G=4.57%
B=48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838840.010.9000.67299.2182.6118.04
Hex5385415A04312b5312
Octal123101241132010345312322
Binary1010011100010101001101101001000011100101011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530854; }

 p { color: rgb(83,8,84); }

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

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

 a { background-color: rgb(83,8,84); }

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

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

 span { border-color: rgb(83,8,84); }

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