Html Css Color HEX #7A1963 Palatinate Purple

📋 copy color: '#7A1963'

red 122 ◦ green 25 ◦ blue 99

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

Shades of Palatinate Purple #7A1963

Tints of Palatinate Purple #7A1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 49.59%
G = 10.16%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A1963 (or 0x7A1963) is known color: Palatinate Purple. HEX triplet: 7A, 19 and 63. RGB value is (122,25,99). Sum of RGB (Red+Green+Blue) = 122+25+99=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1963 is #85E69C. Grayscale: #3E3E3E. Windows color (decimal): -8775325 or 6494586. OLE color: 6494586.

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

Color convert

RGB 122 25 99 -
CMYK 0 0.80 0.19 0.52
HSL 314.23º 0.66% 0.29% -
HSV(B) 314.23º 0.8% 0.48% -
XYZ 10.63 5.73 12.35 -
YUV 62.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 122 25 99 0 0.80 0.19 0.52 314.23 0.66 0.29
Hex 7A 19 63 0 50 13 34 13A 42 1D
Octal 172 31 143 0 120 23 64 472 102 35
Binary 1111010 11001 1100011 0 1010000 10011 110100 100111010 1000010 11101

Color Harmonies of #7A1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1963

Black with #7A1963

Text Example


Text Example

White with #7A1963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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