Html Css Color HEX #7A185A Palatinate Purple

📋 copy color: '#7A185A'

red 122 ◦ green 24 ◦ blue 90

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

Shades of Palatinate Purple #7A185A

Tints of Palatinate Purple #7A185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 51.69%
G = 10.17%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A185A (or 0x7A185A) is known color: Palatinate Purple. HEX triplet: 7A, 18 and 5A. RGB value is (122,24,90). Sum of RGB (Red+Green+Blue) = 122+24+90=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A185A is #85E7A5. Grayscale: #3C3C3C. Windows color (decimal): -8775590 or 5904506. OLE color: 5904506.

HSL color Cylindrical-coordinate representation of color #7A185A: hue angle of 319.59º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A185A is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 24 90 -
CMYK 0 0.80 0.26 0.52
HSL 319.59º 0.67% 0.29% -
HSV(B) 319.59º 0.8% 0.48% -
XYZ 10.2 5.53 10.2 -
YUV 60.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 122 24 90 0 0.80 0.26 0.52 319.59 0.67 0.29
Hex 7A 18 5A 0 50 1A 34 140 43 1D
Octal 172 30 132 0 120 32 64 500 103 35
Binary 1111010 11000 1011010 0 1010000 11010 110100 101000000 1000011 11101

Color Harmonies of #7A185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A185A

Black with #7A185A

Text Example


Text Example

White with #7A185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,24,90); }

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

background-color css

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

 a { background-color: rgb(122,24,90); }

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

border-color css

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

 span { border-color: rgb(122,24,90); }

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