Html Css Color HEX #7F1070 Dark Purple

📋 copy color: '#7F1070'

red 127 ◦ green 16 ◦ blue 112

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

Shades of Dark Purple #7F1070

Tints of Dark Purple #7F1070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 49.8%
G = 6.27%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F1070 (or 0x7F1070) is known color: Dark Purple. HEX triplet: 7F, 10 and 70. RGB value is (127,16,112). Sum of RGB (Red+Green+Blue) = 127+16+112=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1070 is #80EF8F. Grayscale: #3B3B3B. Windows color (decimal): -8449936 or 7344255. OLE color: 7344255.

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

Color convert

RGB 127 16 112 -
CMYK 0 0.87 0.12 0.50
HSL 308.11º 0.78% 0.28% -
HSV(B) 308.11º 0.87% 0.5% -
XYZ 11.86 6.05 15.87 -
YUV 60.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 127 16 112 0 0.87 0.12 0.50 308.11 0.78 0.28
Hex 7F 10 70 0 57 C 32 134 4E 1C
Octal 177 20 160 0 127 14 62 464 116 34
Binary 1111111 10000 1110000 0 1010111 1100 110010 100110100 1001110 11100

Color Harmonies of #7F1070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1070

Black with #7F1070

Text Example


Text Example

White with #7F1070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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