Html Css Color HEX #520854 Hot Purple

📋 copy color: '#520854'

red 82 ◦ green 8 ◦ blue 84

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

Shades of Hot Purple #520854

Tints of Hot Purple #520854

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 47.13%
G = 4.6%
B = 48.28%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520854 (or 0x520854) is known color: Hot Purple. HEX triplet: 52, 08 and 54. RGB value is (82,8,84). Sum of RGB (Red+Green+Blue) = 82+8+84=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #520854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520854 is #ADF7AB. Grayscale: #262626. Windows color (decimal): -11401132 or 5507154. OLE color: 5507154.

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

Color convert

RGB 82 8 84 -
CMYK 0.02 0.90 0 0.67
HSL 298.42º 0.83% 0.18% -
HSV(B) 298.42º 0.9% 0.33% -
XYZ 5.17 2.61 8.62 -
YUV 38.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 82 8 84 0.02 0.90 0 0.67 298.42 0.83 0.18
Hex 52 8 54 2 5A 0 43 12A 53 12
Octal 122 10 124 2 132 0 103 452 123 22
Binary 1010010 1000 1010100 10 1011010 0 1000011 100101010 1010011 10010

Color Harmonies of #520854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520854

Black with #520854

Text Example


Text Example

White with #520854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520854; }

 p { color: rgb(82,8,84); }

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

background-color css

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

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

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

border-color css

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

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

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