#530154

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

Shades of Hot Purple #530154

Tints of Hot Purple #530154

Color information

#530154 (or 0x530154) is unknown color: approx Hot Purple. HEX triplet: 53, 01 and 54. RGB value is (83,1,84). Sum of RGB (Red+Green+Blue) = 83+1+84=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #530154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530154 is #ACFEAB. Grayscale: #222222. Windows color (decimal): -11337388 or 5505363. OLE color: 5505363.

HSL color Cylindrical-coordinate representation of color #530154: hue angle of 299.28º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530154 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83184-
CMYK0.010.9900.67
HSL299.28º97.65%16.67%-
HSV(B)299.28º98.81%32.94%-
XYZ5.182.58.6-
YUV34.98155.67162.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 84 (33.20% from 255) = 50%
R=49.40%
G=0.60%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal831840.010.9900.67299.2897.6516.67
Hex5315416304312b6211
Octal12311241143010345314221
Binary1010011110101001110001101000011100101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530154; }

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

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

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

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

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

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

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

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