Html Css Color HEX #7F2882 Dark Purple

📋 copy color: '#7F2882'

red 127 ◦ green 40 ◦ blue 130

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

Shades of Dark Purple #7F2882

Tints of Dark Purple #7F2882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 42.76%
G = 13.47%
B = 43.77%

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

#7F2882 (or 0x7F2882) is known color: Dark Purple. HEX triplet: 7F, 28 and 82. RGB value is (127,40,130). Sum of RGB (Red+Green+Blue) = 127+40+130=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F2882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2882 is #80D77D. Grayscale: #4C4C4C. Windows color (decimal): -8443774 or 8530047. OLE color: 8530047.

HSL color Cylindrical-coordinate representation of color #7F2882: hue angle of 298º 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 #7F2882 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 40 130 -
CMYK 0.02 0.69 0 0.49
HSL 298º 0.53% 0.33% -
HSV(B) 298º 0.69% 0.51% -
XYZ 13.54 7.64 21.88 -
YUV 76.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 127 40 130 0.02 0.69 0 0.49 298 0.53 0.33
Hex 7F 28 82 2 45 0 31 12A 35 21
Octal 177 50 202 2 105 0 61 452 65 41
Binary 1111111 101000 10000010 10 1000101 0 110001 100101010 110101 100001

Color Harmonies of #7F2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2882

Black with #7F2882

Text Example


Text Example

White with #7F2882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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