#530D62

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

Shades of Hot Purple #530D62

Tints of Hot Purple #530D62

Color information

#530D62 (or 0x530D62) is unknown color: approx Hot Purple. HEX triplet: 53, 0D and 62. RGB value is (83,13,98). Sum of RGB (Red+Green+Blue) = 83+13+98=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #530D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D62 is #ACF29D. Grayscale: #2B2B2B. Windows color (decimal): -11334302 or 6425939. OLE color: 6425939.

HSL color Cylindrical-coordinate representation of color #530D62: hue angle of 289.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530D62 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB831398-
CMYK0.150.8700.62
HSL289.41º76.58%21.76%-
HSV(B)289.41º86.73%38.43%-
XYZ5.923.0111.82-
YUV43.62158.69156.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=42.78%
G=6.70%
B=50.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8313980.150.8700.62289.4176.5821.76
Hex53D62F5703E1214d16
Octal123151421712707644111526
Binary101001111011100010111110101110111110100100001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,13,98); }

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

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

 a { background-color: rgb(83,13,98); }

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

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

 span { border-color: rgb(83,13,98); }

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