Html Css Color HEX #7A185B Palatinate Purple

📋 copy color: '#7A185B'

red 122 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #7A185B

Tints of Palatinate Purple #7A185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 51.48%
G = 10.13%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7A185B (or 0x7A185B) is known color: Palatinate Purple. HEX triplet: 7A, 18 and 5B. RGB value is (122,24,91). Sum of RGB (Red+Green+Blue) = 122+24+91=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A185B is #85E7A4. Grayscale: #3C3C3C. Windows color (decimal): -8775589 or 5970042. OLE color: 5970042.

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

Color convert

RGB 122 24 91 -
CMYK 0 0.80 0.25 0.52
HSL 318.98º 0.67% 0.29% -
HSV(B) 318.98º 0.8% 0.48% -
XYZ 10.24 5.55 10.43 -
YUV 60.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 122 24 91 0 0.80 0.25 0.52 318.98 0.67 0.29
Hex 7A 18 5B 0 50 19 34 13F 43 1D
Octal 172 30 133 0 120 31 64 477 103 35
Binary 1111010 11000 1011011 0 1010000 11001 110100 100111111 1000011 11101

Color Harmonies of #7A185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A185B

Black with #7A185B

Text Example


Text Example

White with #7A185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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