#530C62

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

Shades of Hot Purple #530C62

Tints of Hot Purple #530C62

Color information

#530C62 (or 0x530C62) is unknown color: approx Hot Purple. HEX triplet: 53, 0C and 62. RGB value is (83,12,98). Sum of RGB (Red+Green+Blue) = 83+12+98=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #530C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C62 is #ACF39D. Grayscale: #2A2A2A. Windows color (decimal): -11334558 or 6425683. OLE color: 6425683.

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

Color convert

RGB831298-
CMYK0.150.8800.62
HSL289.53º78.18%21.57%-
HSV(B)289.53º87.76%38.43%-
XYZ5.92.9811.82-
YUV43.03159.02156.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=43.01%
G=6.22%
B=50.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8312980.150.8800.62289.5378.1821.57
Hex53C62F5803E1224e16
Octal123141421713007644211626
Binary101001111001100010111110110000111110100100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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