Html Css Color HEX #7E097F Purple

📋 copy color: '#7E097F'

red 126 ◦ green 9 ◦ blue 127

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

Shades of Purple #7E097F

Tints of Purple #7E097F

RGB

 RED value IS 126 (49.61% from 255) = 48.09%

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 48.09%
G = 3.44%
B = 48.47%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7E097F (or 0x7E097F) is known color: Purple. HEX triplet: 7E, 09 and 7F. RGB value is (126,9,127). Sum of RGB (Red+Green+Blue) = 126+9+127=262 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.09% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E097F is #81F680. Grayscale: #393939. Windows color (decimal): -8517249 or 8325502. OLE color: 8325502.

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

Color convert

RGB 126 9 127 -
CMYK 0.01 0.93 0 0.50
HSL 299.49º 0.87% 0.27% -
HSV(B) 299.49º 0.93% 0.5% -
XYZ 12.53 6.16 20.61 -
YUV 57.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 126 9 127 0.01 0.93 0 0.50 299.49 0.87 0.27
Hex 7E 9 7F 1 5D 0 32 12B 57 1B
Octal 176 11 177 1 135 0 62 453 127 33
Binary 1111110 1001 1111111 1 1011101 0 110010 100101011 1010111 11011

Color Harmonies of #7E097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E097F

Black with #7E097F

Text Example


Text Example

White with #7E097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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