Html Css Color HEX #7F056D Purple

📋 copy color: '#7F056D'

red 127 ◦ green 5 ◦ blue 109

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

Shades of Purple #7F056D

Tints of Purple #7F056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 52.7%
G = 2.07%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F056D (or 0x7F056D) is known color: Purple. HEX triplet: 7F, 05 and 6D. RGB value is (127,5,109). Sum of RGB (Red+Green+Blue) = 127+5+109=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F056D is #80FA92. Grayscale: #353535. Windows color (decimal): -8452755 or 7144831. OLE color: 7144831.

HSL color Cylindrical-coordinate representation of color #7F056D: hue angle of 308.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F056D is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 109 -
CMYK 0 0.96 0.14 0.50
HSL 308.85º 0.92% 0.26% -
HSV(B) 308.85º 0.96% 0.5% -
XYZ 11.57 5.72 14.96 -
YUV 53.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 127 5 109 0 0.96 0.14 0.50 308.85 0.92 0.26
Hex 7F 5 6D 0 60 E 32 135 5C 1A
Octal 177 5 155 0 140 16 62 465 134 32
Binary 1111111 101 1101101 0 1100000 1110 110010 100110101 1011100 11010

Color Harmonies of #7F056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F056D

Black with #7F056D

Text Example


Text Example

White with #7F056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,109); }

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

background-color css

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

 a { background-color: rgb(127,5,109); }

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

border-color css

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

 span { border-color: rgb(127,5,109); }

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