Html Css Color HEX #510553 Hot Purple

📋 copy color: '#510553'

red 81 ◦ green 5 ◦ blue 83

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

Shades of Hot Purple #510553

Tints of Hot Purple #510553

RGB

 RED value IS 81 (32.03% from 255) = 47.93%

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 47.93%
G = 2.96%
B = 49.11%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510553 (or 0x510553) is known color: Hot Purple. HEX triplet: 51, 05 and 53. RGB value is (81,5,83). Sum of RGB (Red+Green+Blue) = 81+5+83=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #510553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510553 is #AEFAAC. Grayscale: #242424. Windows color (decimal): -11467437 or 5440849. OLE color: 5440849.

HSL color Cylindrical-coordinate representation of color #510553: hue angle of 298.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510553 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 5 83 -
CMYK 0.02 0.94 0 0.67
HSL 298.46º 0.89% 0.17% -
HSV(B) 298.46º 0.94% 0.33% -
XYZ 5.01 2.48 8.4 -
YUV 36.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 81 5 83 0.02 0.94 0 0.67 298.46 0.89 0.17
Hex 51 5 53 2 5E 0 43 12A 59 11
Octal 121 5 123 2 136 0 103 452 131 21
Binary 1010001 101 1010011 10 1011110 0 1000011 100101010 1011001 10001

Color Harmonies of #510553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510553

Black with #510553

Text Example


Text Example

White with #510553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510553; }

 p { color: rgb(81,5,83); }

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

background-color css

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

 a { background-color: rgb(81,5,83); }

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

border-color css

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

 span { border-color: rgb(81,5,83); }

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