Html Css Color HEX #520B61 Hot Purple

📋 copy color: '#520B61'

red 82 ◦ green 11 ◦ blue 97

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

Shades of Hot Purple #520B61

Tints of Hot Purple #520B61

RGB

 RED value IS 82 (32.42% from 255) = 43.16%

 GREEN value IS 11 (4.69% from 255) = 5.79%

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 43.16%
G = 5.79%
B = 51.05%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520B61 (or 0x520B61) is known color: Hot Purple. HEX triplet: 52, 0B and 61. RGB value is (82,11,97). Sum of RGB (Red+Green+Blue) = 82+11+97=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #520B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B61 is #ADF49E. Grayscale: #292929. Windows color (decimal): -11400351 or 6359890. OLE color: 6359890.

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

Color convert

RGB 82 11 97 -
CMYK 0.15 0.89 0 0.62
HSL 289.53º 0.8% 0.21% -
HSV(B) 289.53º 0.89% 0.38% -
XYZ 5.76 2.9 11.56 -
YUV 42.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 82 11 97 0.15 0.89 0 0.62 289.53 0.8 0.21
Hex 52 B 61 F 59 0 3E 122 50 15
Octal 122 13 141 17 131 0 76 442 120 25
Binary 1010010 1011 1100001 1111 1011001 0 111110 100100010 1010000 10101

Color Harmonies of #520B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B61

Black with #520B61

Text Example


Text Example

White with #520B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #520B61;
 }
 .AnyTagClassName
 {
   color: #520B61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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