Html Css Color HEX #510953 Hot Purple

📋 copy color: '#510953'

red 81 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #510953

Tints of Hot Purple #510953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

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

R = 46.82%
G = 5.2%
B = 47.98%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510953 (or 0x510953) is known color: Hot Purple. HEX triplet: 51, 09 and 53. RGB value is (81,9,83). Sum of RGB (Red+Green+Blue) = 81+9+83=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #510953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510953 is #AEF6AC. Grayscale: #262626. Windows color (decimal): -11466413 or 5441873. OLE color: 5441873.

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

Color convert

RGB 81 9 83 -
CMYK 0.02 0.89 0 0.67
HSL 298.38º 0.8% 0.18% -
HSV(B) 298.38º 0.89% 0.33% -
XYZ 5.05 2.57 8.41 -
YUV 38.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 81 9 83 0.02 0.89 0 0.67 298.38 0.8 0.18
Hex 51 9 53 2 59 0 43 12A 50 12
Octal 121 11 123 2 131 0 103 452 120 22
Binary 1010001 1001 1010011 10 1011001 0 1000011 100101010 1010000 10010

Color Harmonies of #510953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510953

Black with #510953

Text Example


Text Example

White with #510953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510953; }

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

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

background-color css

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

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

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

border-color css

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

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

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