Html Css Color HEX #7A086E Purple

📋 copy color: '#7A086E'

red 122 ◦ green 8 ◦ blue 110

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

Shades of Purple #7A086E

Tints of Purple #7A086E

RGB

 RED value IS 122 (48.05% from 255) = 50.83%

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 50.83%
G = 3.33%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A086E (or 0x7A086E) is known color: Purple. HEX triplet: 7A, 08 and 6E. RGB value is (122,8,110). Sum of RGB (Red+Green+Blue) = 122+8+110=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A086E is #85F791. Grayscale: #353535. Windows color (decimal): -8779666 or 7211130. OLE color: 7211130.

HSL color Cylindrical-coordinate representation of color #7A086E: hue angle of 306.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A086E is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 8 110 -
CMYK 0 0.93 0.10 0.52
HSL 306.32º 0.88% 0.25% -
HSV(B) 306.32º 0.93% 0.48% -
XYZ 10.93 5.44 15.23 -
YUV 53.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 122 8 110 0 0.93 0.10 0.52 306.32 0.88 0.25
Hex 7A 8 6E 0 5D A 34 132 58 19
Octal 172 10 156 0 135 12 64 462 130 31
Binary 1111010 1000 1101110 0 1011101 1010 110100 100110010 1011000 11001

Color Harmonies of #7A086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A086E

Black with #7A086E

Text Example


Text Example

White with #7A086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,110); }

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

background-color css

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

 a { background-color: rgb(122,8,110); }

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

border-color css

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

 span { border-color: rgb(122,8,110); }

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