Html Css Color HEX #7A086B Purple

📋 copy color: '#7A086B'

red 122 ◦ green 8 ◦ blue 107

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

Shades of Purple #7A086B

Tints of Purple #7A086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 51.48%
G = 3.38%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7A086B (or 0x7A086B) is known color: Purple. HEX triplet: 7A, 08 and 6B. RGB value is (122,8,107). Sum of RGB (Red+Green+Blue) = 122+8+107=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A086B is #85F794. Grayscale: #353535. Windows color (decimal): -8779669 or 7014522. OLE color: 7014522.

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

Color convert

RGB 122 8 107 -
CMYK 0 0.93 0.12 0.52
HSL 307.89º 0.88% 0.25% -
HSV(B) 307.89º 0.93% 0.48% -
XYZ 10.77 5.37 14.38 -
YUV 53.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 122 8 107 0 0.93 0.12 0.52 307.89 0.88 0.25
Hex 7A 8 6B 0 5D C 34 134 58 19
Octal 172 10 153 0 135 14 64 464 130 31
Binary 1111010 1000 1101011 0 1011101 1100 110100 100110100 1011000 11001

Color Harmonies of #7A086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A086B

Black with #7A086B

Text Example


Text Example

White with #7A086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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