Html Css Color HEX #7A3362 Palatinate Purple

📋 copy color: '#7A3362'

red 122 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #7A3362

Tints of Palatinate Purple #7A3362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 45.02%
G = 18.82%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A3362 (or 0x7A3362) is known color: Palatinate Purple. HEX triplet: 7A, 33 and 62. RGB value is (122,51,98). Sum of RGB (Red+Green+Blue) = 122+51+98=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3362 is #85CC9D. Grayscale: #4D4D4D. Windows color (decimal): -8768670 or 6435706. OLE color: 6435706.

HSL color Cylindrical-coordinate representation of color #7A3362: hue angle of 320.28º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3362 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 51 98 -
CMYK 0 0.58 0.20 0.52
HSL 320.28º 0.41% 0.34% -
HSV(B) 320.28º 0.58% 0.48% -
XYZ 11.41 7.39 12.38 -
YUV 77.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 122 51 98 0 0.58 0.20 0.52 320.28 0.41 0.34
Hex 7A 33 62 0 3A 14 34 140 29 22
Octal 172 63 142 0 72 24 64 500 51 42
Binary 1111010 110011 1100010 0 111010 10100 110100 101000000 101001 100010

Color Harmonies of #7A3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3362

Black with #7A3362

Text Example


Text Example

White with #7A3362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,51,98); }

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

background-color css

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

 a { background-color: rgb(122,51,98); }

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

border-color css

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

 span { border-color: rgb(122,51,98); }

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