Html Css Color HEX #520652 Hot Purple

📋 copy color: '#520652'

red 82 ◦ green 6 ◦ blue 82

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

Shades of Hot Purple #520652

Tints of Hot Purple #520652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 48.24%
G = 3.53%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#520652 (or 0x520652) is known color: Hot Purple. HEX triplet: 52, 06 and 52. RGB value is (82,6,82). Sum of RGB (Red+Green+Blue) = 82+6+82=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #520652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520652 is #ADF9AD. Grayscale: #252525. Windows color (decimal): -11401646 or 5375570. OLE color: 5375570.

HSL color Cylindrical-coordinate representation of color #520652: hue angle of 300º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520652 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 82 -
CMYK 0 0.93 0 0.68
HSL 300º 0.86% 0.17% -
HSV(B) 300º 0.93% 0.32% -
XYZ 5.07 2.53 8.2 -
YUV 37.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 82 6 82 0 0.93 0 0.68 300 0.86 0.17
Hex 52 6 52 0 5D 0 44 12C 56 11
Octal 122 6 122 0 135 0 104 454 126 21
Binary 1010010 110 1010010 0 1011101 0 1000100 100101100 1010110 10001

Color Harmonies of #520652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520652

Black with #520652

Text Example


Text Example

White with #520652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520652; }

 p { color: rgb(82,6,82); }

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

background-color css

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

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

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

border-color css

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

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

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