Html Css Color HEX #773367 Palatinate Purple

📋 copy color: '#773367'

red 119 ◦ green 51 ◦ blue 103

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

Shades of Palatinate Purple #773367

Tints of Palatinate Purple #773367

RGB

 RED value IS 119 (46.88% from 255) = 43.59%

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

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

R = 43.59%
G = 18.68%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#773367 (or 0x773367) is known color: Palatinate Purple. HEX triplet: 77, 33 and 67. RGB value is (119,51,103). Sum of RGB (Red+Green+Blue) = 119+51+103=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773367 is #88CC98. Grayscale: #4D4D4D. Windows color (decimal): -8965273 or 6763383. OLE color: 6763383.

HSL color Cylindrical-coordinate representation of color #773367: hue angle of 314.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773367 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 103 -
CMYK 0 0.57 0.13 0.53
HSL 314.12º 0.4% 0.33% -
HSV(B) 314.12º 0.57% 0.47% -
XYZ 11.24 7.27 13.64 -
YUV 77.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 119 51 103 0 0.57 0.13 0.53 314.12 0.4 0.33
Hex 77 33 67 0 39 D 35 13A 28 21
Octal 167 63 147 0 71 15 65 472 50 41
Binary 1110111 110011 1100111 0 111001 1101 110101 100111010 101000 100001

Color Harmonies of #773367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773367

Black with #773367

Text Example


Text Example

White with #773367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773367; }

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

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

background-color css

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

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

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

border-color css

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

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

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