Html Css Color HEX #7A2A60 Palatinate Purple

📋 copy color: '#7A2A60'

red 122 ◦ green 42 ◦ blue 96

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

Shades of Palatinate Purple #7A2A60

Tints of Palatinate Purple #7A2A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.15%

 BLUE value IS 96 (37.89% from 255) = 36.92%

R = 46.92%
G = 16.15%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A2A60 (or 0x7A2A60) is known color: Palatinate Purple. HEX triplet: 7A, 2A and 60. RGB value is (122,42,96). Sum of RGB (Red+Green+Blue) = 122+42+96=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2A60 is #85D59F. Grayscale: #474747. Windows color (decimal): -8770976 or 6302330. OLE color: 6302330.

HSL color Cylindrical-coordinate representation of color #7A2A60: hue angle of 319.5º degrees, saturation: 0.49, 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 #7A2A60 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 42 96 -
CMYK 0 0.66 0.21 0.52
HSL 319.5º 0.49% 0.32% -
HSV(B) 319.5º 0.66% 0.48% -
XYZ 10.97 6.64 11.77 -
YUV 72.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 122 42 96 0 0.66 0.21 0.52 319.5 0.49 0.32
Hex 7A 2A 60 0 42 15 34 140 31 20
Octal 172 52 140 0 102 25 64 500 61 40
Binary 1111010 101010 1100000 0 1000010 10101 110100 101000000 110001 100000

Color Harmonies of #7A2A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2A60

Black with #7A2A60

Text Example


Text Example

White with #7A2A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,42,96); }

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

background-color css

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

 a { background-color: rgb(122,42,96); }

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

border-color css

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

 span { border-color: rgb(122,42,96); }

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