Html Css Color HEX #7A175E Palatinate Purple

📋 copy color: '#7A175E'

red 122 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #7A175E

Tints of Palatinate Purple #7A175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 51.05%
G = 9.62%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A175E (or 0x7A175E) is known color: Palatinate Purple. HEX triplet: 7A, 17 and 5E. RGB value is (122,23,94). Sum of RGB (Red+Green+Blue) = 122+23+94=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A175E is #85E8A1. Grayscale: #3C3C3C. Windows color (decimal): -8775842 or 6166394. OLE color: 6166394.

HSL color Cylindrical-coordinate representation of color #7A175E: hue angle of 316.97º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A175E is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 23 94 -
CMYK 0 0.81 0.23 0.52
HSL 316.97º 0.68% 0.28% -
HSV(B) 316.97º 0.81% 0.48% -
XYZ 10.35 5.56 11.12 -
YUV 60.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 122 23 94 0 0.81 0.23 0.52 316.97 0.68 0.28
Hex 7A 17 5E 0 51 17 34 13D 44 1C
Octal 172 27 136 0 121 27 64 475 104 34
Binary 1111010 10111 1011110 0 1010001 10111 110100 100111101 1000100 11100

Color Harmonies of #7A175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A175E

Black with #7A175E

Text Example


Text Example

White with #7A175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,94); }

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

background-color css

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

 a { background-color: rgb(122,23,94); }

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

border-color css

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

 span { border-color: rgb(122,23,94); }

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