Html Css Color HEX #520455 Hot Purple

📋 copy color: '#520455'

red 82 ◦ green 4 ◦ blue 85

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

Shades of Hot Purple #520455

Tints of Hot Purple #520455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 47.95%
G = 2.34%
B = 49.71%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520455 (or 0x520455) is known color: Hot Purple. HEX triplet: 52, 04 and 55. RGB value is (82,4,85). Sum of RGB (Red+Green+Blue) = 82+4+85=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #520455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520455 is #ADFBAA. Grayscale: #242424. Windows color (decimal): -11402155 or 5571666. OLE color: 5571666.

HSL color Cylindrical-coordinate representation of color #520455: hue angle of 297.78º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520455 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 4 85 -
CMYK 0.04 0.95 0 0.67
HSL 297.78º 0.91% 0.17% -
HSV(B) 297.78º 0.95% 0.33% -
XYZ 5.16 2.54 8.81 -
YUV 36.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 82 4 85 0.04 0.95 0 0.67 297.78 0.91 0.17
Hex 52 4 55 4 5F 0 43 12A 5B 11
Octal 122 4 125 4 137 0 103 452 133 21
Binary 1010010 100 1010101 100 1011111 0 1000011 100101010 1011011 10001

Color Harmonies of #520455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520455

Black with #520455

Text Example


Text Example

White with #520455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520455; }

 p { color: rgb(82,4,85); }

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

background-color css

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

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

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

border-color css

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

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

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