Html Css Color HEX #7F1472 Dark Purple

📋 copy color: '#7F1472'

red 127 ◦ green 20 ◦ blue 114

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

Shades of Dark Purple #7F1472

Tints of Dark Purple #7F1472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 48.66%
G = 7.66%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F1472 (or 0x7F1472) is known color: Dark Purple. HEX triplet: 7F, 14 and 72. RGB value is (127,20,114). Sum of RGB (Red+Green+Blue) = 127+20+114=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1472 is #80EB8D. Grayscale: #3E3E3E. Windows color (decimal): -8448910 or 7476351. OLE color: 7476351.

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

Color convert

RGB 127 20 114 -
CMYK 0 0.84 0.10 0.50
HSL 307.29º 0.73% 0.29% -
HSV(B) 307.29º 0.84% 0.5% -
XYZ 12.04 6.23 16.49 -
YUV 62.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 127 20 114 0 0.84 0.10 0.50 307.29 0.73 0.29
Hex 7F 14 72 0 54 A 32 133 49 1D
Octal 177 24 162 0 124 12 62 463 111 35
Binary 1111111 10100 1110010 0 1010100 1010 110010 100110011 1001001 11101

Color Harmonies of #7F1472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1472

Black with #7F1472

Text Example


Text Example

White with #7F1472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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