Html Css Color HEX #7A2763 Palatinate Purple

📋 copy color: '#7A2763'

red 122 ◦ green 39 ◦ blue 99

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

Shades of Palatinate Purple #7A2763

Tints of Palatinate Purple #7A2763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 46.92%
G = 15%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A2763 (or 0x7A2763) is known color: Palatinate Purple. HEX triplet: 7A, 27 and 63. RGB value is (122,39,99). Sum of RGB (Red+Green+Blue) = 122+39+99=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2763 is #85D89C. Grayscale: #464646. Windows color (decimal): -8771741 or 6498170. OLE color: 6498170.

HSL color Cylindrical-coordinate representation of color #7A2763: hue angle of 316.63º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A2763 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 39 99 -
CMYK 0 0.68 0.19 0.52
HSL 316.63º 0.52% 0.32% -
HSV(B) 316.63º 0.68% 0.48% -
XYZ 11 6.49 12.48 -
YUV 70.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 122 39 99 0 0.68 0.19 0.52 316.63 0.52 0.32
Hex 7A 27 63 0 44 13 34 13D 34 20
Octal 172 47 143 0 104 23 64 475 64 40
Binary 1111010 100111 1100011 0 1000100 10011 110100 100111101 110100 100000

Color Harmonies of #7A2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2763

Black with #7A2763

Text Example


Text Example

White with #7A2763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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