Html Css Color HEX #520B5C Hot Purple

📋 copy color: '#520B5C'

red 82 ◦ green 11 ◦ blue 92

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

Shades of Hot Purple #520B5C

Tints of Hot Purple #520B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 44.32%
G = 5.95%
B = 49.73%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#520B5C (or 0x520B5C) is known color: Hot Purple. HEX triplet: 52, 0B and 5C. RGB value is (82,11,92). Sum of RGB (Red+Green+Blue) = 82+11+92=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #520B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B5C is #ADF4A3. Grayscale: #292929. Windows color (decimal): -11400356 or 6032210. OLE color: 6032210.

HSL color Cylindrical-coordinate representation of color #520B5C: hue angle of 292.59º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520B5C is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 11 92 -
CMYK 0.11 0.88 0 0.64
HSL 292.59º 0.79% 0.2% -
HSV(B) 292.59º 0.88% 0.36% -
XYZ 5.53 2.81 10.38 -
YUV 41.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 82 11 92 0.11 0.88 0 0.64 292.59 0.79 0.2
Hex 52 B 5C B 58 0 40 125 4F 14
Octal 122 13 134 13 130 0 100 445 117 24
Binary 1010010 1011 1011100 1011 1011000 0 1000000 100100101 1001111 10100

Color Harmonies of #520B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B5C

Black with #520B5C

Text Example


Text Example

White with #520B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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