Html Css Color HEX #7F1069 Dark Purple

📋 copy color: '#7F1069'

red 127 ◦ green 16 ◦ blue 105

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

Shades of Dark Purple #7F1069

Tints of Dark Purple #7F1069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.34%

R = 51.21%
G = 6.45%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F1069 (or 0x7F1069) is known color: Dark Purple. HEX triplet: 7F, 10 and 69. RGB value is (127,16,105). Sum of RGB (Red+Green+Blue) = 127+16+105=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1069 is #80EF96. Grayscale: #3B3B3B. Windows color (decimal): -8449943 or 6885503. OLE color: 6885503.

HSL color Cylindrical-coordinate representation of color #7F1069: hue angle of 311.89º 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 #7F1069 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 16 105 -
CMYK 0 0.87 0.17 0.50
HSL 311.89º 0.78% 0.28% -
HSV(B) 311.89º 0.87% 0.5% -
XYZ 11.49 5.9 13.9 -
YUV 59.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 127 16 105 0 0.87 0.17 0.50 311.89 0.78 0.28
Hex 7F 10 69 0 57 11 32 138 4E 1C
Octal 177 20 151 0 127 21 62 470 116 34
Binary 1111111 10000 1101001 0 1010111 10001 110010 100111000 1001110 11100

Color Harmonies of #7F1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1069

Black with #7F1069

Text Example


Text Example

White with #7F1069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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