#530B61

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

Shades of Hot Purple #530B61

Tints of Hot Purple #530B61

Color information

#530B61 (or 0x530B61) is unknown color: approx Hot Purple. HEX triplet: 53, 0B and 61. RGB value is (83,11,97). Sum of RGB (Red+Green+Blue) = 83+11+97=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #530B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B61 is #ACF49E. Grayscale: #2A2A2A. Windows color (decimal): -11334815 or 6359891. OLE color: 6359891.

HSL color Cylindrical-coordinate representation of color #530B61: hue angle of 290.23º 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 #530B61 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB831197-
CMYK0.140.8900.62
HSL290.23º79.63%21.18%-
HSV(B)290.23º88.66%38.04%-
XYZ5.842.9411.57-
YUV42.33158.85157.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=43.46%
G=5.76%
B=50.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8311970.140.8900.62290.2379.6321.18
Hex53B61E5903E1225015
Octal123131411613107644212025
Binary101001110111100001111010110010111110100100010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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