Html Css Color HEX #7A1260 Palatinate Purple

📋 copy color: '#7A1260'

red 122 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #7A1260

Tints of Palatinate Purple #7A1260

RGB

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

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

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

R = 51.69%
G = 7.63%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A1260 (or 0x7A1260) is known color: Palatinate Purple. HEX triplet: 7A, 12 and 60. RGB value is (122,18,96). Sum of RGB (Red+Green+Blue) = 122+18+96=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1260 is #85ED9F. Grayscale: #393939. Windows color (decimal): -8777120 or 6296186. OLE color: 6296186.

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

Color convert

RGB 122 18 96 -
CMYK 0 0.85 0.21 0.52
HSL 315º 0.74% 0.27% -
HSV(B) 315º 0.85% 0.48% -
XYZ 10.35 5.41 11.57 -
YUV 57.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 122 18 96 0 0.85 0.21 0.52 315 0.74 0.27
Hex 7A 12 60 0 55 15 34 13B 4A 1B
Octal 172 22 140 0 125 25 64 473 112 33
Binary 1111010 10010 1100000 0 1010101 10101 110100 100111011 1001010 11011

Color Harmonies of #7A1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1260

Black with #7A1260

Text Example


Text Example

White with #7A1260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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