Html Css Color HEX #7A295F Palatinate Purple

📋 copy color: '#7A295F'

red 122 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #7A295F

Tints of Palatinate Purple #7A295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 47.29%
G = 15.89%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A295F (or 0x7A295F) is known color: Palatinate Purple. HEX triplet: 7A, 29 and 5F. RGB value is (122,41,95). Sum of RGB (Red+Green+Blue) = 122+41+95=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A295F is #85D6A0. Grayscale: #474747. Windows color (decimal): -8771233 or 6236538. OLE color: 6236538.

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

Color convert

RGB 122 41 95 -
CMYK 0 0.66 0.22 0.52
HSL 320º 0.5% 0.32% -
HSV(B) 320º 0.66% 0.48% -
XYZ 10.88 6.55 11.52 -
YUV 71.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 122 41 95 0 0.66 0.22 0.52 320 0.5 0.32
Hex 7A 29 5F 0 42 16 34 140 32 20
Octal 172 51 137 0 102 26 64 500 62 40
Binary 1111010 101001 1011111 0 1000010 10110 110100 101000000 110010 100000

Color Harmonies of #7A295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A295F

Black with #7A295F

Text Example


Text Example

White with #7A295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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