Html Css Color HEX #510055 Hot Purple

📋 copy color: '#510055'

red 81 ◦ green 0 ◦ blue 85

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

Shades of Hot Purple #510055

Tints of Hot Purple #510055

RGB

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

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

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

R = 48.8%
G = 0%
B = 51.2%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510055 (or 0x510055) is known color: Hot Purple. HEX triplet: 51, 00 and 55. RGB value is (81,0,85). Sum of RGB (Red+Green+Blue) = 81+0+85=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #510055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510055 is #AEFFAA. Grayscale: #212121. Windows color (decimal): -11468715 or 5570641. OLE color: 5570641.

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

Color convert

RGB 81 0 85 -
CMYK 0.05 1 0 0.67
HSL 297.18º 1% 0.17% -
HSV(B) 297.18º 1% 0.33% -
XYZ 5.03 2.41 8.79 -
YUV 33.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 81 0 85 0.05 1 0 0.67 297.18 1 0.17
Hex 51 0 55 5 64 0 43 129 64 11
Octal 121 0 125 5 144 0 103 451 144 21
Binary 1010001 0 1010101 101 1100100 0 1000011 100101001 1100100 10001

Color Harmonies of #510055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510055

Black with #510055

Text Example


Text Example

White with #510055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510055; }

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

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

background-color css

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

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

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

border-color css

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

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

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