Html Css Color HEX #52275A Hot Purple

📋 copy color: '#52275A'

red 82 ◦ green 39 ◦ blue 90

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

Shades of Hot Purple #52275A

Tints of Hot Purple #52275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

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

R = 38.86%
G = 18.48%
B = 42.65%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52275A (or 0x52275A) is known color: Hot Purple. HEX triplet: 52, 27 and 5A. RGB value is (82,39,90). Sum of RGB (Red+Green+Blue) = 82+39+90=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #52275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52275A is #ADD8A5. Grayscale: #393939. Windows color (decimal): -11393190 or 5908306. OLE color: 5908306.

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

Color convert

RGB 82 39 90 -
CMYK 0.09 0.57 0 0.65
HSL 290.59º 0.4% 0.25% -
HSV(B) 290.59º 0.57% 0.35% -
XYZ 6.05 3.98 10.12 -
YUV 57.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 82 39 90 0.09 0.57 0 0.65 290.59 0.4 0.25
Hex 52 27 5A 9 39 0 41 123 28 19
Octal 122 47 132 11 71 0 101 443 50 31
Binary 1010010 100111 1011010 1001 111001 0 1000001 100100011 101000 11001

Color Harmonies of #52275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52275A

Black with #52275A

Text Example


Text Example

White with #52275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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