Html Css Color HEX #7A086F Purple

📋 copy color: '#7A086F'

red 122 ◦ green 8 ◦ blue 111

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

Shades of Purple #7A086F

Tints of Purple #7A086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 50.62%
G = 3.32%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A086F (or 0x7A086F) is known color: Purple. HEX triplet: 7A, 08 and 6F. RGB value is (122,8,111). Sum of RGB (Red+Green+Blue) = 122+8+111=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A086F is #85F790. Grayscale: #353535. Windows color (decimal): -8779665 or 7276666. OLE color: 7276666.

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

Color convert

RGB 122 8 111 -
CMYK 0 0.93 0.09 0.52
HSL 305.79º 0.88% 0.25% -
HSV(B) 305.79º 0.93% 0.48% -
XYZ 10.98 5.46 15.51 -
YUV 53.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 122 8 111 0 0.93 0.09 0.52 305.79 0.88 0.25
Hex 7A 8 6F 0 5D 9 34 132 58 19
Octal 172 10 157 0 135 11 64 462 130 31
Binary 1111010 1000 1101111 0 1011101 1001 110100 100110010 1011000 11001

Color Harmonies of #7A086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A086F

Black with #7A086F

Text Example


Text Example

White with #7A086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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