#530B62

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

Shades of Hot Purple #530B62

Tints of Hot Purple #530B62

Color information

#530B62 (or 0x530B62) is unknown color: approx Hot Purple. HEX triplet: 53, 0B and 62. RGB value is (83,11,98). Sum of RGB (Red+Green+Blue) = 83+11+98=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #530B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B62 is #ACF49D. Grayscale: #2A2A2A. Windows color (decimal): -11334814 or 6425427. OLE color: 6425427.

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

Color convert

RGB831198-
CMYK0.150.8900.62
HSL289.66º79.82%21.37%-
HSV(B)289.66º88.78%38.43%-
XYZ5.892.9611.82-
YUV42.45159.35156.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=43.23%
G=5.73%
B=51.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8311980.150.8900.62289.6679.8221.37
Hex53B62F5903E1225015
Octal123131421713107644212025
Binary101001110111100010111110110010111110100100010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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