Html Css Color HEX #52255A Hot Purple

📋 copy color: '#52255A'

red 82 ◦ green 37 ◦ blue 90

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

Shades of Hot Purple #52255A

Tints of Hot Purple #52255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 39.23%
G = 17.7%
B = 43.06%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52255A (or 0x52255A) is known color: Hot Purple. HEX triplet: 52, 25 and 5A. RGB value is (82,37,90). Sum of RGB (Red+Green+Blue) = 82+37+90=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #52255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52255A is #ADDAA5. Grayscale: #383838. Windows color (decimal): -11393702 or 5907794. OLE color: 5907794.

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

Color convert

RGB 82 37 90 -
CMYK 0.09 0.59 0 0.65
HSL 290.94º 0.42% 0.25% -
HSV(B) 290.94º 0.59% 0.35% -
XYZ 5.99 3.86 10.1 -
YUV 56.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 82 37 90 0.09 0.59 0 0.65 290.94 0.42 0.25
Hex 52 25 5A 9 3B 0 41 123 2A 19
Octal 122 45 132 11 73 0 101 443 52 31
Binary 1010010 100101 1011010 1001 111011 0 1000001 100100011 101010 11001

Color Harmonies of #52255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52255A

Black with #52255A

Text Example


Text Example

White with #52255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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