Html Css Color HEX #7F0E72 Dark Purple

📋 copy color: '#7F0E72'

red 127 ◦ green 14 ◦ blue 114

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

Shades of Dark Purple #7F0E72

Tints of Dark Purple #7F0E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

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

R = 49.8%
G = 5.49%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F0E72 (or 0x7F0E72) is known color: Dark Purple. HEX triplet: 7F, 0E and 72. RGB value is (127,14,114). Sum of RGB (Red+Green+Blue) = 127+14+114=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E72 is #80F18D. Grayscale: #3A3A3A. Windows color (decimal): -8450446 or 7474815. OLE color: 7474815.

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

Color convert

RGB 127 14 114 -
CMYK 0 0.89 0.10 0.50
HSL 306.9º 0.8% 0.28% -
HSV(B) 306.9º 0.89% 0.5% -
XYZ 11.95 6.04 16.46 -
YUV 59.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 127 14 114 0 0.89 0.10 0.50 306.9 0.8 0.28
Hex 7F E 72 0 59 A 32 133 50 1C
Octal 177 16 162 0 131 12 62 463 120 34
Binary 1111111 1110 1110010 0 1011001 1010 110010 100110011 1010000 11100

Color Harmonies of #7F0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E72

Black with #7F0E72

Text Example


Text Example

White with #7F0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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