Html Css Color HEX #510450 Hot Purple

📋 copy color: '#510450'

red 81 ◦ green 4 ◦ blue 80

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

Shades of Hot Purple #510450

Tints of Hot Purple #510450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 49.09%
G = 2.42%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#510450 (or 0x510450) is known color: Hot Purple. HEX triplet: 51, 04 and 50. RGB value is (81,4,80). Sum of RGB (Red+Green+Blue) = 81+4+80=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #510450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510450 is #AEFBAF. Grayscale: #232323. Windows color (decimal): -11467696 or 5243985. OLE color: 5243985.

HSL color Cylindrical-coordinate representation of color #510450: hue angle of 300.78º 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 #510450 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 80 -
CMYK 0 0.95 0.01 0.68
HSL 300.78º 0.91% 0.17% -
HSV(B) 300.78º 0.95% 0.32% -
XYZ 4.88 2.42 7.8 -
YUV 35.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 81 4 80 0 0.95 0.01 0.68 300.78 0.91 0.17
Hex 51 4 50 0 5F 1 44 12D 5B 11
Octal 121 4 120 0 137 1 104 455 133 21
Binary 1010001 100 1010000 0 1011111 1 1000100 100101101 1011011 10001

Color Harmonies of #510450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510450

Black with #510450

Text Example


Text Example

White with #510450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510450; }

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

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

background-color css

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

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

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

border-color css

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

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

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