Html Css Color HEX #7A155A Palatinate Purple

📋 copy color: '#7A155A'

red 122 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #7A155A

Tints of Palatinate Purple #7A155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

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

R = 52.36%
G = 9.01%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A155A (or 0x7A155A) is known color: Palatinate Purple. HEX triplet: 7A, 15 and 5A. RGB value is (122,21,90). Sum of RGB (Red+Green+Blue) = 122+21+90=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A155A is #85EAA5. Grayscale: #3A3A3A. Windows color (decimal): -8776358 or 5903738. OLE color: 5903738.

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

Color convert

RGB 122 21 90 -
CMYK 0 0.83 0.26 0.52
HSL 319.01º 0.71% 0.28% -
HSV(B) 319.01º 0.83% 0.48% -
XYZ 10.14 5.41 10.18 -
YUV 59.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 122 21 90 0 0.83 0.26 0.52 319.01 0.71 0.28
Hex 7A 15 5A 0 53 1A 34 13F 47 1C
Octal 172 25 132 0 123 32 64 477 107 34
Binary 1111010 10101 1011010 0 1010011 11010 110100 100111111 1000111 11100

Color Harmonies of #7A155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A155A

Black with #7A155A

Text Example


Text Example

White with #7A155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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