Html Css Color HEX #521B5D Hot Purple

📋 copy color: '#521B5D'

red 82 ◦ green 27 ◦ blue 93

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

Shades of Hot Purple #521B5D

Tints of Hot Purple #521B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 40.59%
G = 13.37%
B = 46.04%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#521B5D (or 0x521B5D) is known color: Hot Purple. HEX triplet: 52, 1B and 5D. RGB value is (82,27,93). Sum of RGB (Red+Green+Blue) = 82+27+93=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #521B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B5D is #ADE4A2. Grayscale: #323232. Windows color (decimal): -11396259 or 6101842. OLE color: 6101842.

HSL color Cylindrical-coordinate representation of color #521B5D: hue angle of 290º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521B5D is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 27 93 -
CMYK 0.12 0.71 0 0.64
HSL 290º 0.55% 0.24% -
HSV(B) 290º 0.71% 0.36% -
XYZ 5.85 3.37 10.7 -
YUV 50.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 82 27 93 0.12 0.71 0 0.64 290 0.55 0.24
Hex 52 1B 5D C 47 0 40 122 37 18
Octal 122 33 135 14 107 0 100 442 67 30
Binary 1010010 11011 1011101 1100 1000111 0 1000000 100100010 110111 11000

Color Harmonies of #521B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B5D

Black with #521B5D

Text Example


Text Example

White with #521B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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