Html Css Color HEX #7F277A Dark Purple

📋 copy color: '#7F277A'

red 127 ◦ green 39 ◦ blue 122

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

Shades of Dark Purple #7F277A

Tints of Dark Purple #7F277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

 BLUE value IS 122 (48.05% from 255) = 42.36%

R = 44.1%
G = 13.54%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F277A (or 0x7F277A) is known color: Dark Purple. HEX triplet: 7F, 27 and 7A. RGB value is (127,39,122). Sum of RGB (Red+Green+Blue) = 127+39+122=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F277A is #80D885. Grayscale: #4A4A4A. Windows color (decimal): -8444038 or 8005503. OLE color: 8005503.

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

Color convert

RGB 127 39 122 -
CMYK 0 0.69 0.04 0.50
HSL 303.41º 0.53% 0.33% -
HSV(B) 303.41º 0.69% 0.5% -
XYZ 12.99 7.37 19.15 -
YUV 74.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 127 39 122 0 0.69 0.04 0.50 303.41 0.53 0.33
Hex 7F 27 7A 0 45 4 32 12F 35 21
Octal 177 47 172 0 105 4 62 457 65 41
Binary 1111111 100111 1111010 0 1000101 100 110010 100101111 110101 100001

Color Harmonies of #7F277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F277A

Black with #7F277A

Text Example


Text Example

White with #7F277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,39,122); }

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

background-color css

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

 a { background-color: rgb(127,39,122); }

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

border-color css

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

 span { border-color: rgb(127,39,122); }

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