Html Css Color HEX #7A2978 Dark Purple

📋 copy color: '#7A2978'

red 122 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #7A2978

Tints of Dark Purple #7A2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 43.11%
G = 14.49%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A2978 (or 0x7A2978) is known color: Dark Purple. HEX triplet: 7A, 29 and 78. RGB value is (122,41,120). Sum of RGB (Red+Green+Blue) = 122+41+120=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2978 is #85D687. Grayscale: #494949. Windows color (decimal): -8771208 or 7874938. OLE color: 7874938.

HSL color Cylindrical-coordinate representation of color #7A2978: hue angle of 301.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2978 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 41 120 -
CMYK 0 0.66 0.02 0.52
HSL 301.48º 0.5% 0.32% -
HSV(B) 301.48º 0.66% 0.48% -
XYZ 12.21 7.08 18.49 -
YUV 74.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 122 41 120 0 0.66 0.02 0.52 301.48 0.5 0.32
Hex 7A 29 78 0 42 2 34 12D 32 20
Octal 172 51 170 0 102 2 64 455 62 40
Binary 1111010 101001 1111000 0 1000010 10 110100 100101101 110010 100000

Color Harmonies of #7A2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2978

Black with #7A2978

Text Example


Text Example

White with #7A2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,41,120); }

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

background-color css

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

 a { background-color: rgb(122,41,120); }

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

border-color css

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

 span { border-color: rgb(122,41,120); }

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