Html Css Color HEX #510655 Hot Purple

📋 copy color: '#510655'

red 81 ◦ green 6 ◦ blue 85

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

Shades of Hot Purple #510655

Tints of Hot Purple #510655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

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

R = 47.09%
G = 3.49%
B = 49.42%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#510655 (or 0x510655) is known color: Hot Purple. HEX triplet: 51, 06 and 55. RGB value is (81,6,85). Sum of RGB (Red+Green+Blue) = 81+6+85=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #510655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510655 is #AEF9AA. Grayscale: #252525. Windows color (decimal): -11467179 or 5572177. OLE color: 5572177.

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

Color convert

RGB 81 6 85 -
CMYK 0.05 0.93 0 0.67
HSL 296.96º 0.87% 0.18% -
HSV(B) 296.96º 0.93% 0.33% -
XYZ 5.1 2.54 8.82 -
YUV 37.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 81 6 85 0.05 0.93 0 0.67 296.96 0.87 0.18
Hex 51 6 55 5 5D 0 43 129 57 12
Octal 121 6 125 5 135 0 103 451 127 22
Binary 1010001 110 1010101 101 1011101 0 1000011 100101001 1010111 10010

Color Harmonies of #510655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510655

Black with #510655

Text Example


Text Example

White with #510655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510655; }

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

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

background-color css

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

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

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

border-color css

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

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

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