Html Css Color HEX #510451 Hot Purple

📋 copy color: '#510451'

red 81 ◦ green 4 ◦ blue 81

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

Shades of Hot Purple #510451

Tints of Hot Purple #510451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

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

R = 48.8%
G = 2.41%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#510451 (or 0x510451) is known color: Hot Purple. HEX triplet: 51, 04 and 51. RGB value is (81,4,81). Sum of RGB (Red+Green+Blue) = 81+4+81=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #510451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510451 is #AEFBAE. Grayscale: #232323. Windows color (decimal): -11467695 or 5309521. OLE color: 5309521.

HSL color Cylindrical-coordinate representation of color #510451: hue angle of 300º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510451 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 81 -
CMYK 0 0.95 0 0.68
HSL 300º 0.91% 0.17% -
HSV(B) 300º 0.95% 0.32% -
XYZ 4.92 2.43 7.99 -
YUV 35.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 81 4 81 0 0.95 0 0.68 300 0.91 0.17
Hex 51 4 51 0 5F 0 44 12C 5B 11
Octal 121 4 121 0 137 0 104 454 133 21
Binary 1010001 100 1010001 0 1011111 0 1000100 100101100 1011011 10001

Color Harmonies of #510451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510451

Black with #510451

Text Example


Text Example

White with #510451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510451; }

 p { color: rgb(81,4,81); }

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

background-color css

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

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

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

border-color css

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

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

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