Html Css Color HEX #52175F Hot Purple

📋 copy color: '#52175F'

red 82 ◦ green 23 ◦ blue 95

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

Shades of Hot Purple #52175F

Tints of Hot Purple #52175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 95 (37.5% from 255) = 47.5%

R = 41%
G = 11.5%
B = 47.5%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52175F (or 0x52175F) is known color: Hot Purple. HEX triplet: 52, 17 and 5F. RGB value is (82,23,95). Sum of RGB (Red+Green+Blue) = 82+23+95=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #52175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52175F is #ADE8A0. Grayscale: #303030. Windows color (decimal): -11397281 or 6231890. OLE color: 6231890.

HSL color Cylindrical-coordinate representation of color #52175F: hue angle of 289.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52175F is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 23 95 -
CMYK 0.14 0.76 0 0.63
HSL 289.17º 0.61% 0.23% -
HSV(B) 289.17º 0.76% 0.37% -
XYZ 5.85 3.23 11.14 -
YUV 48.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 82 23 95 0.14 0.76 0 0.63 289.17 0.61 0.23
Hex 52 17 5F E 4C 0 3F 121 3D 17
Octal 122 27 137 16 114 0 77 441 75 27
Binary 1010010 10111 1011111 1110 1001100 0 111111 100100001 111101 10111

Color Harmonies of #52175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52175F

Black with #52175F

Text Example


Text Example

White with #52175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52175F; }

 p { color: rgb(82,23,95); }

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

background-color css

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

 a { background-color: rgb(82,23,95); }

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

border-color css

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

 span { border-color: rgb(82,23,95); }

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