Html Css Color HEX #773067 Palatinate Purple

📋 copy color: '#773067'

red 119 ◦ green 48 ◦ blue 103

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

Shades of Palatinate Purple #773067

Tints of Palatinate Purple #773067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

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

R = 44.07%
G = 17.78%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#773067 (or 0x773067) is known color: Palatinate Purple. HEX triplet: 77, 30 and 67. RGB value is (119,48,103). Sum of RGB (Red+Green+Blue) = 119+48+103=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773067 is #88CF98. Grayscale: #4B4B4B. Windows color (decimal): -8966041 or 6762615. OLE color: 6762615.

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

Color convert

RGB 119 48 103 -
CMYK 0 0.60 0.13 0.53
HSL 313.52º 0.43% 0.33% -
HSV(B) 313.52º 0.6% 0.47% -
XYZ 11.11 7.02 13.6 -
YUV 75.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 119 48 103 0 0.60 0.13 0.53 313.52 0.43 0.33
Hex 77 30 67 0 3C D 35 13A 2B 21
Octal 167 60 147 0 74 15 65 472 53 41
Binary 1110111 110000 1100111 0 111100 1101 110101 100111010 101011 100001

Color Harmonies of #773067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773067

Black with #773067

Text Example


Text Example

White with #773067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773067; }

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

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

background-color css

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

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

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

border-color css

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

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

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