Html Css Color HEX #7A086C Purple

📋 copy color: '#7A086C'

red 122 ◦ green 8 ◦ blue 108

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

Shades of Purple #7A086C

Tints of Purple #7A086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.38%

R = 51.26%
G = 3.36%
B = 45.38%

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

#7A086C (or 0x7A086C) is known color: Purple. HEX triplet: 7A, 08 and 6C. RGB value is (122,8,108). Sum of RGB (Red+Green+Blue) = 122+8+108=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A086C is #85F793. Grayscale: #353535. Windows color (decimal): -8779668 or 7080058. OLE color: 7080058.

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

Color convert

RGB 122 8 108 -
CMYK 0 0.93 0.11 0.52
HSL 307.37º 0.88% 0.25% -
HSV(B) 307.37º 0.93% 0.48% -
XYZ 10.82 5.39 14.66 -
YUV 53.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 122 8 108 0 0.93 0.11 0.52 307.37 0.88 0.25
Hex 7A 8 6C 0 5D B 34 133 58 19
Octal 172 10 154 0 135 13 64 463 130 31
Binary 1111010 1000 1101100 0 1011101 1011 110100 100110011 1011000 11001

Color Harmonies of #7A086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A086C

Black with #7A086C

Text Example


Text Example

White with #7A086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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