Html Css Color HEX #7A097C Purple

📋 copy color: '#7A097C'

red 122 ◦ green 9 ◦ blue 124

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

Shades of Purple #7A097C

Tints of Purple #7A097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 47.84%
G = 3.53%
B = 48.63%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A097C (or 0x7A097C) is known color: Purple. HEX triplet: 7A, 09 and 7C. RGB value is (122,9,124). Sum of RGB (Red+Green+Blue) = 122+9+124=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A097C is #85F683. Grayscale: #373737. Windows color (decimal): -8779396 or 8128890. OLE color: 8128890.

HSL color Cylindrical-coordinate representation of color #7A097C: hue angle of 298.96º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A097C is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 9 124 -
CMYK 0.02 0.93 0 0.51
HSL 298.96º 0.86% 0.26% -
HSV(B) 298.96º 0.93% 0.49% -
XYZ 11.76 5.79 19.57 -
YUV 55.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 122 9 124 0.02 0.93 0 0.51 298.96 0.86 0.26
Hex 7A 9 7C 2 5D 0 33 12B 56 1A
Octal 172 11 174 2 135 0 63 453 126 32
Binary 1111010 1001 1111100 10 1011101 0 110011 100101011 1010110 11010

Color Harmonies of #7A097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A097C

Black with #7A097C

Text Example


Text Example

White with #7A097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,9,124); }

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

background-color css

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

 a { background-color: rgb(122,9,124); }

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

border-color css

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

 span { border-color: rgb(122,9,124); }

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