Html Css Color HEX #510E53 Hot Purple

📋 copy color: '#510E53'

red 81 ◦ green 14 ◦ blue 83

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

Shades of Hot Purple #510E53

Tints of Hot Purple #510E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.87%

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

R = 45.51%
G = 7.87%
B = 46.63%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510E53 (or 0x510E53) is known color: Hot Purple. HEX triplet: 51, 0E and 53. RGB value is (81,14,83). Sum of RGB (Red+Green+Blue) = 81+14+83=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #510E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E53 is #AEF1AC. Grayscale: #292929. Windows color (decimal): -11465133 or 5443153. OLE color: 5443153.

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

Color convert

RGB 81 14 83 -
CMYK 0.02 0.83 0 0.67
HSL 298.26º 0.71% 0.19% -
HSV(B) 298.26º 0.83% 0.33% -
XYZ 5.11 2.69 8.43 -
YUV 41.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 81 14 83 0.02 0.83 0 0.67 298.26 0.71 0.19
Hex 51 E 53 2 53 0 43 12A 47 13
Octal 121 16 123 2 123 0 103 452 107 23
Binary 1010001 1110 1010011 10 1010011 0 1000011 100101010 1000111 10011

Color Harmonies of #510E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E53

Black with #510E53

Text Example


Text Example

White with #510E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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