Html Css Color HEX #7F157A Dark Purple

📋 copy color: '#7F157A'

red 127 ◦ green 21 ◦ blue 122

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

Shades of Dark Purple #7F157A

Tints of Dark Purple #7F157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 47.04%
G = 7.78%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F157A (or 0x7F157A) is known color: Dark Purple. HEX triplet: 7F, 15 and 7A. RGB value is (127,21,122). Sum of RGB (Red+Green+Blue) = 127+21+122=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F157A is #80EA85. Grayscale: #3F3F3F. Windows color (decimal): -8448646 or 8000895. OLE color: 8000895.

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

Color convert

RGB 127 21 122 -
CMYK 0 0.83 0.04 0.50
HSL 302.83º 0.72% 0.29% -
HSV(B) 302.83º 0.83% 0.5% -
XYZ 12.53 6.45 19 -
YUV 64.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 127 21 122 0 0.83 0.04 0.50 302.83 0.72 0.29
Hex 7F 15 7A 0 53 4 32 12F 48 1D
Octal 177 25 172 0 123 4 62 457 110 35
Binary 1111111 10101 1111010 0 1010011 100 110010 100101111 1001000 11101

Color Harmonies of #7F157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F157A

Black with #7F157A

Text Example


Text Example

White with #7F157A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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