Html Css Color HEX #7A1278 Purple

📋 copy color: '#7A1278'

red 122 ◦ green 18 ◦ blue 120

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

Shades of Purple #7A1278

Tints of Purple #7A1278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

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

R = 46.92%
G = 6.92%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A1278 (or 0x7A1278) is known color: Purple. HEX triplet: 7A, 12 and 78. RGB value is (122,18,120). Sum of RGB (Red+Green+Blue) = 122+18+120=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1278 is #85ED87. Grayscale: #3C3C3C. Windows color (decimal): -8777096 or 7869050. OLE color: 7869050.

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

Color convert

RGB 122 18 120 -
CMYK 0 0.85 0.02 0.52
HSL 301.15º 0.74% 0.27% -
HSV(B) 301.15º 0.85% 0.48% -
XYZ 11.63 5.93 18.3 -
YUV 60.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 122 18 120 0 0.85 0.02 0.52 301.15 0.74 0.27
Hex 7A 12 78 0 55 2 34 12D 4A 1B
Octal 172 22 170 0 125 2 64 455 112 33
Binary 1111010 10010 1111000 0 1010101 10 110100 100101101 1001010 11011

Color Harmonies of #7A1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1278

Black with #7A1278

Text Example


Text Example

White with #7A1278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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