Html Css Color HEX #7F076C Purple

📋 copy color: '#7F076C'

red 127 ◦ green 7 ◦ blue 108

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

Shades of Purple #7F076C

Tints of Purple #7F076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 52.48%
G = 2.89%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F076C (or 0x7F076C) is known color: Purple. HEX triplet: 7F, 07 and 6C. RGB value is (127,7,108). Sum of RGB (Red+Green+Blue) = 127+7+108=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F076C is #80F893. Grayscale: #363636. Windows color (decimal): -8452244 or 7079807. OLE color: 7079807.

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

Color convert

RGB 127 7 108 -
CMYK 0 0.94 0.15 0.50
HSL 309.5º 0.9% 0.26% -
HSV(B) 309.5º 0.94% 0.5% -
XYZ 11.54 5.75 14.69 -
YUV 54.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 127 7 108 0 0.94 0.15 0.50 309.5 0.9 0.26
Hex 7F 7 6C 0 5E F 32 136 5A 1A
Octal 177 7 154 0 136 17 62 466 132 32
Binary 1111111 111 1101100 0 1011110 1111 110010 100110110 1011010 11010

Color Harmonies of #7F076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F076C

Black with #7F076C

Text Example


Text Example

White with #7F076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,7,108); }

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

background-color css

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

 a { background-color: rgb(127,7,108); }

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

border-color css

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

 span { border-color: rgb(127,7,108); }

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