Html Css Color HEX #7F096C Purple

📋 copy color: '#7F096C'

red 127 ◦ green 9 ◦ blue 108

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

Shades of Purple #7F096C

Tints of Purple #7F096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

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

R = 52.05%
G = 3.69%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F096C (or 0x7F096C) is known color: Purple. HEX triplet: 7F, 09 and 6C. RGB value is (127,9,108). Sum of RGB (Red+Green+Blue) = 127+9+108=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F096C is #80F693. Grayscale: #373737. Windows color (decimal): -8451732 or 7080319. OLE color: 7080319.

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

Color convert

RGB 127 9 108 -
CMYK 0 0.93 0.15 0.50
HSL 309.66º 0.87% 0.27% -
HSV(B) 309.66º 0.93% 0.5% -
XYZ 11.56 5.79 14.7 -
YUV 55.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 127 9 108 0 0.93 0.15 0.50 309.66 0.87 0.27
Hex 7F 9 6C 0 5D F 32 136 57 1B
Octal 177 11 154 0 135 17 62 466 127 33
Binary 1111111 1001 1101100 0 1011101 1111 110010 100110110 1010111 11011

Color Harmonies of #7F096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F096C

Black with #7F096C

Text Example


Text Example

White with #7F096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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