Html Css Color HEX #521957 Hot Purple

📋 copy color: '#521957'

red 82 ◦ green 25 ◦ blue 87

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

Shades of Hot Purple #521957

Tints of Hot Purple #521957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 87 (34.38% from 255) = 44.85%

R = 42.27%
G = 12.89%
B = 44.85%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#521957 (or 0x521957) is known color: Hot Purple. HEX triplet: 52, 19 and 57. RGB value is (82,25,87). Sum of RGB (Red+Green+Blue) = 82+25+87=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #521957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521957 is #ADE6A8. Grayscale: #303030. Windows color (decimal): -11396777 or 5708114. OLE color: 5708114.

HSL color Cylindrical-coordinate representation of color #521957: hue angle of 295.16º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521957 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 25 87 -
CMYK 0.06 0.71 0 0.66
HSL 295.16º 0.55% 0.22% -
HSV(B) 295.16º 0.71% 0.34% -
XYZ 5.55 3.18 9.34 -
YUV 49.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 82 25 87 0.06 0.71 0 0.66 295.16 0.55 0.22
Hex 52 19 57 6 47 0 42 127 37 16
Octal 122 31 127 6 107 0 102 447 67 26
Binary 1010010 11001 1010111 110 1000111 0 1000010 100100111 110111 10110

Color Harmonies of #521957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521957

Black with #521957

Text Example


Text Example

White with #521957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521957; }

 p { color: rgb(82,25,87); }

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

background-color css

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

 a { background-color: rgb(82,25,87); }

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

border-color css

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

 span { border-color: rgb(82,25,87); }

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