Html Css Color HEX #7F1061 Dark Purple

📋 copy color: '#7F1061'

red 127 ◦ green 16 ◦ blue 97

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

Shades of Dark Purple #7F1061

Tints of Dark Purple #7F1061

RGB

 RED value IS 127 (50% from 255) = 52.92%

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 52.92%
G = 6.67%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F1061 (or 0x7F1061) is known color: Dark Purple. HEX triplet: 7F, 10 and 61. RGB value is (127,16,97). Sum of RGB (Red+Green+Blue) = 127+16+97=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1061 is #80EF9E. Grayscale: #3A3A3A. Windows color (decimal): -8449951 or 6361215. OLE color: 6361215.

HSL color Cylindrical-coordinate representation of color #7F1061: hue angle of 316.22º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1061 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 16 97 -
CMYK 0 0.87 0.24 0.50
HSL 316.22º 0.78% 0.28% -
HSV(B) 316.22º 0.87% 0.5% -
XYZ 11.1 5.75 11.83 -
YUV 58.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 127 16 97 0 0.87 0.24 0.50 316.22 0.78 0.28
Hex 7F 10 61 0 57 18 32 13C 4E 1C
Octal 177 20 141 0 127 30 62 474 116 34
Binary 1111111 10000 1100001 0 1010111 11000 110010 100111100 1001110 11100

Color Harmonies of #7F1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1061

Black with #7F1061

Text Example


Text Example

White with #7F1061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F1061; }

 p { color: rgb(127,16,97); }

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

background-color css

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

 a { background-color: rgb(127,16,97); }

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

border-color css

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

 span { border-color: rgb(127,16,97); }

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