Html Css Color HEX #7A175F Palatinate Purple

📋 copy color: '#7A175F'

red 122 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #7A175F

Tints of Palatinate Purple #7A175F

RGB

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

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

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

R = 50.83%
G = 9.58%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A175F (or 0x7A175F) is known color: Palatinate Purple. HEX triplet: 7A, 17 and 5F. RGB value is (122,23,95). Sum of RGB (Red+Green+Blue) = 122+23+95=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A175F is #85E8A0. Grayscale: #3C3C3C. Windows color (decimal): -8775841 or 6231930. OLE color: 6231930.

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

Color convert

RGB 122 23 95 -
CMYK 0 0.81 0.22 0.52
HSL 316.36º 0.68% 0.28% -
HSV(B) 316.36º 0.81% 0.48% -
XYZ 10.4 5.58 11.35 -
YUV 60.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 122 23 95 0 0.81 0.22 0.52 316.36 0.68 0.28
Hex 7A 17 5F 0 51 16 34 13C 44 1C
Octal 172 27 137 0 121 26 64 474 104 34
Binary 1111010 10111 1011111 0 1010001 10110 110100 100111100 1000100 11100

Color Harmonies of #7A175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A175F

Black with #7A175F

Text Example


Text Example

White with #7A175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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