Html Css Color HEX #7F1471 Dark Purple

📋 copy color: '#7F1471'

red 127 ◦ green 20 ◦ blue 113

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

Shades of Dark Purple #7F1471

Tints of Dark Purple #7F1471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 48.85%
G = 7.69%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F1471 (or 0x7F1471) is known color: Dark Purple. HEX triplet: 7F, 14 and 71. RGB value is (127,20,113). Sum of RGB (Red+Green+Blue) = 127+20+113=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1471 is #80EB8E. Grayscale: #3E3E3E. Windows color (decimal): -8448911 or 7410815. OLE color: 7410815.

HSL color Cylindrical-coordinate representation of color #7F1471: hue angle of 307.85º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1471 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 20 113 -
CMYK 0 0.84 0.11 0.50
HSL 307.85º 0.73% 0.29% -
HSV(B) 307.85º 0.84% 0.5% -
XYZ 11.98 6.2 16.19 -
YUV 62.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 127 20 113 0 0.84 0.11 0.50 307.85 0.73 0.29
Hex 7F 14 71 0 54 B 32 134 49 1D
Octal 177 24 161 0 124 13 62 464 111 35
Binary 1111111 10100 1110001 0 1010100 1011 110010 100110100 1001001 11101

Color Harmonies of #7F1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1471

Black with #7F1471

Text Example


Text Example

White with #7F1471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,20,113); }

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

background-color css

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

 a { background-color: rgb(127,20,113); }

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

border-color css

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

 span { border-color: rgb(127,20,113); }

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