Html Css Color HEX #510955 Hot Purple

📋 copy color: '#510955'

red 81 ◦ green 9 ◦ blue 85

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

Shades of Hot Purple #510955

Tints of Hot Purple #510955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.57%

R = 46.29%
G = 5.14%
B = 48.57%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510955 (or 0x510955) is known color: Hot Purple. HEX triplet: 51, 09 and 55. RGB value is (81,9,85). Sum of RGB (Red+Green+Blue) = 81+9+85=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #510955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510955 is #AEF6AA. Grayscale: #262626. Windows color (decimal): -11466411 or 5572945. OLE color: 5572945.

HSL color Cylindrical-coordinate representation of color #510955: hue angle of 296.84º degrees, saturation: 0.81, 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 #510955 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 9 85 -
CMYK 0.05 0.89 0 0.67
HSL 296.84º 0.81% 0.18% -
HSV(B) 296.84º 0.89% 0.33% -
XYZ 5.13 2.6 8.83 -
YUV 39.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 81 9 85 0.05 0.89 0 0.67 296.84 0.81 0.18
Hex 51 9 55 5 59 0 43 129 51 12
Octal 121 11 125 5 131 0 103 451 121 22
Binary 1010001 1001 1010101 101 1011001 0 1000011 100101001 1010001 10010

Color Harmonies of #510955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510955

Black with #510955

Text Example


Text Example

White with #510955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510955; }

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

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

background-color css

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

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

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

border-color css

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

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

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