Html Css Color HEX #52005B Hot Purple

📋 copy color: '#52005B'

red 82 ◦ green 0 ◦ blue 91

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

Shades of Hot Purple #52005B

Tints of Hot Purple #52005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.6%

R = 47.4%
G = 0%
B = 52.6%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52005B (or 0x52005B) is known color: Hot Purple. HEX triplet: 52, 00 and 5B. RGB value is (82,0,91). Sum of RGB (Red+Green+Blue) = 82+0+91=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #52005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52005B is #ADFFA4. Grayscale: #222222. Windows color (decimal): -11403173 or 5963858. OLE color: 5963858.

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

Color convert

RGB 82 0 91 -
CMYK 0.10 1 0 0.64
HSL 294.07º 1% 0.18% -
HSV(B) 294.07º 1% 0.36% -
XYZ 5.37 2.55 10.11 -
YUV 34.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 82 0 91 0.10 1 0 0.64 294.07 1 0.18
Hex 52 0 5B A 64 0 40 126 64 12
Octal 122 0 133 12 144 0 100 446 144 22
Binary 1010010 0 1011011 1010 1100100 0 1000000 100100110 1100100 10010

Color Harmonies of #52005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52005B

Black with #52005B

Text Example


Text Example

White with #52005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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