Html Css Color HEX #7A3367 Palatinate Purple

📋 copy color: '#7A3367'

red 122 ◦ green 51 ◦ blue 103

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

Shades of Palatinate Purple #7A3367

Tints of Palatinate Purple #7A3367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 44.2%
G = 18.48%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A3367 (or 0x7A3367) is known color: Palatinate Purple. HEX triplet: 7A, 33 and 67. RGB value is (122,51,103). Sum of RGB (Red+Green+Blue) = 122+51+103=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3367 is #85CC98. Grayscale: #4E4E4E. Windows color (decimal): -8768665 or 6763386. OLE color: 6763386.

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

Color convert

RGB 122 51 103 -
CMYK 0 0.58 0.16 0.52
HSL 316.06º 0.41% 0.34% -
HSV(B) 316.06º 0.58% 0.48% -
XYZ 11.66 7.48 13.66 -
YUV 78.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 122 51 103 0 0.58 0.16 0.52 316.06 0.41 0.34
Hex 7A 33 67 0 3A 10 34 13C 29 22
Octal 172 63 147 0 72 20 64 474 51 42
Binary 1111010 110011 1100111 0 111010 10000 110100 100111100 101001 100010

Color Harmonies of #7A3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3367

Black with #7A3367

Text Example


Text Example

White with #7A3367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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