Html Css Color HEX #521553 Hot Purple

📋 copy color: '#521553'

red 82 ◦ green 21 ◦ blue 83

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

Shades of Hot Purple #521553

Tints of Hot Purple #521553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 83 (32.81% from 255) = 44.62%

R = 44.09%
G = 11.29%
B = 44.62%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521553 (or 0x521553) is known color: Hot Purple. HEX triplet: 52, 15 and 53. RGB value is (82,21,83). Sum of RGB (Red+Green+Blue) = 82+21+83=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #521553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521553 is #ADEAAC. Grayscale: #2E2E2E. Windows color (decimal): -11397805 or 5444946. OLE color: 5444946.

HSL color Cylindrical-coordinate representation of color #521553: hue angle of 299.03º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521553 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 21 83 -
CMYK 0.01 0.75 0 0.67
HSL 299.03º 0.6% 0.2% -
HSV(B) 299.03º 0.75% 0.33% -
XYZ 5.31 2.95 8.47 -
YUV 46.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 82 21 83 0.01 0.75 0 0.67 299.03 0.6 0.2
Hex 52 15 53 1 4B 0 43 12B 3C 14
Octal 122 25 123 1 113 0 103 453 74 24
Binary 1010010 10101 1010011 1 1001011 0 1000011 100101011 111100 10100

Color Harmonies of #521553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521553

Black with #521553

Text Example


Text Example

White with #521553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521553; }

 p { color: rgb(82,21,83); }

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

background-color css

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

 a { background-color: rgb(82,21,83); }

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

border-color css

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

 span { border-color: rgb(82,21,83); }

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