Html Css Color HEX #7F2479 Dark Purple

📋 copy color: '#7F2479'

red 127 ◦ green 36 ◦ blue 121

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

Shades of Dark Purple #7F2479

Tints of Dark Purple #7F2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 121 (47.66% from 255) = 42.61%

R = 44.72%
G = 12.68%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F2479 (or 0x7F2479) is known color: Dark Purple. HEX triplet: 7F, 24 and 79. RGB value is (127,36,121). Sum of RGB (Red+Green+Blue) = 127+36+121=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2479 is #80DB86. Grayscale: #484848. Windows color (decimal): -8444807 or 7939199. OLE color: 7939199.

HSL color Cylindrical-coordinate representation of color #7F2479: hue angle of 303.96º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2479 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 36 121 -
CMYK 0 0.72 0.05 0.50
HSL 303.96º 0.56% 0.32% -
HSV(B) 303.96º 0.72% 0.5% -
XYZ 12.83 7.15 18.79 -
YUV 72.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 127 36 121 0 0.72 0.05 0.50 303.96 0.56 0.32
Hex 7F 24 79 0 48 5 32 130 38 20
Octal 177 44 171 0 110 5 62 460 70 40
Binary 1111111 100100 1111001 0 1001000 101 110010 100110000 111000 100000

Color Harmonies of #7F2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2479

Black with #7F2479

Text Example


Text Example

White with #7F2479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,36,121); }

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

background-color css

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

 a { background-color: rgb(127,36,121); }

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

border-color css

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

 span { border-color: rgb(127,36,121); }

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