Html Css Color HEX #7A1763 Palatinate Purple

📋 copy color: '#7A1763'

red 122 ◦ green 23 ◦ blue 99

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

Shades of Palatinate Purple #7A1763

Tints of Palatinate Purple #7A1763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 50%
G = 9.43%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A1763 (or 0x7A1763) is known color: Palatinate Purple. HEX triplet: 7A, 17 and 63. RGB value is (122,23,99). Sum of RGB (Red+Green+Blue) = 122+23+99=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1763 is #85E89C. Grayscale: #3D3D3D. Windows color (decimal): -8775837 or 6494074. OLE color: 6494074.

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

Color convert

RGB 122 23 99 -
CMYK 0 0.81 0.19 0.52
HSL 313.94º 0.68% 0.28% -
HSV(B) 313.94º 0.81% 0.48% -
XYZ 10.58 5.65 12.34 -
YUV 61.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 122 23 99 0 0.81 0.19 0.52 313.94 0.68 0.28
Hex 7A 17 63 0 51 13 34 13A 44 1C
Octal 172 27 143 0 121 23 64 472 104 34
Binary 1111010 10111 1100011 0 1010001 10011 110100 100111010 1000100 11100

Color Harmonies of #7A1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1763

Black with #7A1763

Text Example


Text Example

White with #7A1763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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