Html Css Color HEX #7F2881 Dark Purple

📋 copy color: '#7F2881'

red 127 ◦ green 40 ◦ blue 129

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

Shades of Dark Purple #7F2881

Tints of Dark Purple #7F2881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 42.91%
G = 13.51%
B = 43.58%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7F2881 (or 0x7F2881) is known color: Dark Purple. HEX triplet: 7F, 28 and 81. RGB value is (127,40,129). Sum of RGB (Red+Green+Blue) = 127+40+129=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #7F2881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2881 is #80D77E. Grayscale: #4B4B4B. Windows color (decimal): -8443775 or 8464511. OLE color: 8464511.

HSL color Cylindrical-coordinate representation of color #7F2881: hue angle of 298.65º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2881 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 40 129 -
CMYK 0.02 0.69 0 0.49
HSL 298.65º 0.53% 0.33% -
HSV(B) 298.65º 0.69% 0.51% -
XYZ 13.47 7.61 21.53 -
YUV 76.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 127 40 129 0.02 0.69 0 0.49 298.65 0.53 0.33
Hex 7F 28 81 2 45 0 31 12B 35 21
Octal 177 50 201 2 105 0 61 453 65 41
Binary 1111111 101000 10000001 10 1000101 0 110001 100101011 110101 100001

Color Harmonies of #7F2881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2881

Black with #7F2881

Text Example


Text Example

White with #7F2881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,129); }

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

background-color css

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

 a { background-color: rgb(127,40,129); }

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

border-color css

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

 span { border-color: rgb(127,40,129); }

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