Html Css Color HEX #510053 Hot Purple

📋 copy color: '#510053'

red 81 ◦ green 0 ◦ blue 83

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

Shades of Hot Purple #510053

Tints of Hot Purple #510053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.39%
G = 0%
B = 50.61%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510053 (or 0x510053) is known color: Hot Purple. HEX triplet: 51, 00 and 53. RGB value is (81,0,83). Sum of RGB (Red+Green+Blue) = 81+0+83=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #510053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510053 is #AEFFAC. Grayscale: #212121. Windows color (decimal): -11468717 or 5439569. OLE color: 5439569.

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

Color convert

RGB 81 0 83 -
CMYK 0.02 1 0 0.67
HSL 298.55º 1% 0.16% -
HSV(B) 298.55º 1% 0.33% -
XYZ 4.95 2.37 8.38 -
YUV 33.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 81 0 83 0.02 1 0 0.67 298.55 1 0.16
Hex 51 0 53 2 64 0 43 12B 64 10
Octal 121 0 123 2 144 0 103 453 144 20
Binary 1010001 0 1010011 10 1100100 0 1000011 100101011 1100100 10000

Color Harmonies of #510053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510053

Black with #510053

Text Example


Text Example

White with #510053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510053; }

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

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

background-color css

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

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

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

border-color css

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

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

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