Html Css Color HEX #7A086D Purple

📋 copy color: '#7A086D'

red 122 ◦ green 8 ◦ blue 109

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

Shades of Purple #7A086D

Tints of Purple #7A086D

RGB

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

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

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

R = 51.05%
G = 3.35%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A086D (or 0x7A086D) is known color: Purple. HEX triplet: 7A, 08 and 6D. RGB value is (122,8,109). Sum of RGB (Red+Green+Blue) = 122+8+109=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A086D is #85F792. Grayscale: #353535. Windows color (decimal): -8779667 or 7145594. OLE color: 7145594.

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

Color convert

RGB 122 8 109 -
CMYK 0 0.93 0.11 0.52
HSL 306.84º 0.88% 0.25% -
HSV(B) 306.84º 0.93% 0.48% -
XYZ 10.87 5.42 14.94 -
YUV 53.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 122 8 109 0 0.93 0.11 0.52 306.84 0.88 0.25
Hex 7A 8 6D 0 5D B 34 133 58 19
Octal 172 10 155 0 135 13 64 463 130 31
Binary 1111010 1000 1101101 0 1011101 1011 110100 100110011 1011000 11001

Color Harmonies of #7A086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A086D

Black with #7A086D

Text Example


Text Example

White with #7A086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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