Html Css Color HEX #7A346E Palatinate Purple

📋 copy color: '#7A346E'

red 122 ◦ green 52 ◦ blue 110

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

Shades of Palatinate Purple #7A346E

Tints of Palatinate Purple #7A346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 42.96%
G = 18.31%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A346E (or 0x7A346E) is known color: Palatinate Purple. HEX triplet: 7A, 34 and 6E. RGB value is (122,52,110). Sum of RGB (Red+Green+Blue) = 122+52+110=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A346E is #85CB91. Grayscale: #4F4F4F. Windows color (decimal): -8768402 or 7222394. OLE color: 7222394.

HSL color Cylindrical-coordinate representation of color #7A346E: hue angle of 310.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A346E is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 52 110 -
CMYK 0 0.57 0.10 0.52
HSL 310.29º 0.4% 0.34% -
HSV(B) 310.29º 0.57% 0.48% -
XYZ 12.07 7.72 15.61 -
YUV 79.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 122 52 110 0 0.57 0.10 0.52 310.29 0.4 0.34
Hex 7A 34 6E 0 39 A 34 136 28 22
Octal 172 64 156 0 71 12 64 466 50 42
Binary 1111010 110100 1101110 0 111001 1010 110100 100110110 101000 100010

Color Harmonies of #7A346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A346E

Black with #7A346E

Text Example


Text Example

White with #7A346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,52,110); }

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

background-color css

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

 a { background-color: rgb(122,52,110); }

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

border-color css

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

 span { border-color: rgb(122,52,110); }

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