Html Css Color HEX #510754 Hot Purple

📋 copy color: '#510754'

red 81 ◦ green 7 ◦ blue 84

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

Shades of Hot Purple #510754

Tints of Hot Purple #510754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 47.09%
G = 4.07%
B = 48.84%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510754 (or 0x510754) is known color: Hot Purple. HEX triplet: 51, 07 and 54. RGB value is (81,7,84). Sum of RGB (Red+Green+Blue) = 81+7+84=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #510754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510754 is #AEF8AB. Grayscale: #252525. Windows color (decimal): -11466924 or 5506897. OLE color: 5506897.

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

Color convert

RGB 81 7 84 -
CMYK 0.04 0.92 0 0.67
HSL 297.66º 0.85% 0.18% -
HSV(B) 297.66º 0.92% 0.33% -
XYZ 5.07 2.54 8.61 -
YUV 37.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 81 7 84 0.04 0.92 0 0.67 297.66 0.85 0.18
Hex 51 7 54 4 5C 0 43 12A 55 12
Octal 121 7 124 4 134 0 103 452 125 22
Binary 1010001 111 1010100 100 1011100 0 1000011 100101010 1010101 10010

Color Harmonies of #510754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510754

Black with #510754

Text Example


Text Example

White with #510754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510754; }

 p { color: rgb(81,7,84); }

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

background-color css

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

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

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

border-color css

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

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

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