Html Css Color HEX #52005A Hot Purple

📋 copy color: '#52005A'

red 82 ◦ green 0 ◦ blue 90

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

Shades of Hot Purple #52005A

Tints of Hot Purple #52005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 52.33%

R = 47.67%
G = 0%
B = 52.33%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52005A (or 0x52005A) is known color: Hot Purple. HEX triplet: 52, 00 and 5A. RGB value is (82,0,90). Sum of RGB (Red+Green+Blue) = 82+0+90=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #52005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52005A is #ADFFA5. Grayscale: #222222. Windows color (decimal): -11403174 or 5898322. OLE color: 5898322.

HSL color Cylindrical-coordinate representation of color #52005A: hue angle of 294.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52005A is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 0 90 -
CMYK 0.09 1 0 0.65
HSL 294.67º 1% 0.18% -
HSV(B) 294.67º 1% 0.35% -
XYZ 5.33 2.53 9.88 -
YUV 34.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 82 0 90 0.09 1 0 0.65 294.67 1 0.18
Hex 52 0 5A 9 64 0 41 127 64 12
Octal 122 0 132 11 144 0 101 447 144 22
Binary 1010010 0 1011010 1001 1100100 0 1000001 100100111 1100100 10010

Color Harmonies of #52005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52005A

Black with #52005A

Text Example


Text Example

White with #52005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52005A; }

 p { color: rgb(82,0,90); }

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

background-color css

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

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

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

border-color css

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

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

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