Html Css Color HEX #521B58 Hot Purple

📋 copy color: '#521B58'

red 82 ◦ green 27 ◦ blue 88

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

Shades of Hot Purple #521B58

Tints of Hot Purple #521B58

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 41.62%
G = 13.71%
B = 44.67%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521B58 (or 0x521B58) is known color: Hot Purple. HEX triplet: 52, 1B and 58. RGB value is (82,27,88). Sum of RGB (Red+Green+Blue) = 82+27+88=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #521B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B58 is #ADE4A7. Grayscale: #323232. Windows color (decimal): -11396264 or 5774162. OLE color: 5774162.

HSL color Cylindrical-coordinate representation of color #521B58: hue angle of 294.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #521B58 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 27 88 -
CMYK 0.07 0.69 0 0.65
HSL 294.1º 0.53% 0.23% -
HSV(B) 294.1º 0.69% 0.35% -
XYZ 5.63 3.28 9.57 -
YUV 50.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 82 27 88 0.07 0.69 0 0.65 294.1 0.53 0.23
Hex 52 1B 58 7 45 0 41 126 35 17
Octal 122 33 130 7 105 0 101 446 65 27
Binary 1010010 11011 1011000 111 1000101 0 1000001 100100110 110101 10111

Color Harmonies of #521B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B58

Black with #521B58

Text Example


Text Example

White with #521B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521B58; }

 p { color: rgb(82,27,88); }

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

background-color css

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

 a { background-color: rgb(82,27,88); }

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

border-color css

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

 span { border-color: rgb(82,27,88); }

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