Html Css Color HEX #530A51 Hot Purple

📋 copy color: '#530A51'

red 83 ◦ green 10 ◦ blue 81

#530A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #530A51

Tints of Hot Purple #530A51

RGB

 RED value IS 83 (32.81% from 255) = 47.7%

 GREEN value IS 10 (4.3% from 255) = 5.75%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 47.7%
G = 5.75%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530A51 (or 0x530A51) is known color: Hot Purple. HEX triplet: 53, 0A and 51. RGB value is (83,10,81). Sum of RGB (Red+Green+Blue) = 83+10+81=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #530A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A51 is #ACF5AE. Grayscale: #272727. Windows color (decimal): -11335087 or 5311059. OLE color: 5311059.

HSL color Cylindrical-coordinate representation of color #530A51: hue angle of 301.64º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A51 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 81 -
CMYK 0 0.88 0.02 0.67
HSL 301.64º 0.78% 0.18% -
HSV(B) 301.64º 0.88% 0.33% -
XYZ 5.16 2.65 8.02 -
YUV 39.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 83 10 81 0 0.88 0.02 0.67 301.64 0.78 0.18
Hex 53 A 51 0 58 2 43 12E 4E 12
Octal 123 12 121 0 130 2 103 456 116 22
Binary 1010011 1010 1010001 0 1011000 10 1000011 100101110 1001110 10010

Color Harmonies of #530A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A51

Black with #530A51

Text Example


Text Example

White with #530A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,10,81); }

 H1.HeaderClassName
 {
   color: #530A51;
 }
 .AnyTagClassName
 {
   color: #530A51;
 }
</style>

background-color css

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

 a { background-color: rgb(83,10,81); }

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

border-color css

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

 span { border-color: rgb(83,10,81); }

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