Html Css Color HEX #7F096D Purple

📋 copy color: '#7F096D'

red 127 ◦ green 9 ◦ blue 109

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

Shades of Purple #7F096D

Tints of Purple #7F096D

RGB

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

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

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

R = 51.84%
G = 3.67%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F096D (or 0x7F096D) is known color: Purple. HEX triplet: 7F, 09 and 6D. RGB value is (127,9,109). Sum of RGB (Red+Green+Blue) = 127+9+109=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F096D is #80F692. Grayscale: #373737. Windows color (decimal): -8451731 or 7145855. OLE color: 7145855.

HSL color Cylindrical-coordinate representation of color #7F096D: hue angle of 309.15º 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 #7F096D is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 9 109 -
CMYK 0 0.93 0.14 0.50
HSL 309.15º 0.87% 0.27% -
HSV(B) 309.15º 0.93% 0.5% -
XYZ 11.61 5.81 14.98 -
YUV 55.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 127 9 109 0 0.93 0.14 0.50 309.15 0.87 0.27
Hex 7F 9 6D 0 5D E 32 135 57 1B
Octal 177 11 155 0 135 16 62 465 127 33
Binary 1111111 1001 1101101 0 1011101 1110 110010 100110101 1010111 11011

Color Harmonies of #7F096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F096D

Black with #7F096D

Text Example


Text Example

White with #7F096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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