Html Css Color HEX #521757 Hot Purple

📋 copy color: '#521757'

red 82 ◦ green 23 ◦ blue 87

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

Shades of Hot Purple #521757

Tints of Hot Purple #521757

RGB

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

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

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

R = 42.71%
G = 11.98%
B = 45.31%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#521757 (or 0x521757) is known color: Hot Purple. HEX triplet: 52, 17 and 57. RGB value is (82,23,87). Sum of RGB (Red+Green+Blue) = 82+23+87=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #521757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521757 is #ADE8A8. Grayscale: #2F2F2F. Windows color (decimal): -11397289 or 5707602. OLE color: 5707602.

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

Color convert

RGB 82 23 87 -
CMYK 0.06 0.74 0 0.66
HSL 295.31º 0.58% 0.22% -
HSV(B) 295.31º 0.74% 0.34% -
XYZ 5.51 3.09 9.32 -
YUV 47.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 82 23 87 0.06 0.74 0 0.66 295.31 0.58 0.22
Hex 52 17 57 6 4A 0 42 127 3A 16
Octal 122 27 127 6 112 0 102 447 72 26
Binary 1010010 10111 1010111 110 1001010 0 1000010 100100111 111010 10110

Color Harmonies of #521757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521757

Black with #521757

Text Example


Text Example

White with #521757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521757; }

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

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

background-color css

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

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

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

border-color css

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

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

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