Html Css Color HEX #773467 Palatinate Purple

📋 copy color: '#773467'

red 119 ◦ green 52 ◦ blue 103

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

Shades of Palatinate Purple #773467

Tints of Palatinate Purple #773467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 43.43%
G = 18.98%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#773467 (or 0x773467) is known color: Palatinate Purple. HEX triplet: 77, 34 and 67. RGB value is (119,52,103). Sum of RGB (Red+Green+Blue) = 119+52+103=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773467 is #88CB98. Grayscale: #4D4D4D. Windows color (decimal): -8965017 or 6763639. OLE color: 6763639.

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

Color convert

RGB 119 52 103 -
CMYK 0 0.56 0.13 0.53
HSL 314.33º 0.39% 0.34% -
HSV(B) 314.33º 0.56% 0.47% -
XYZ 11.28 7.36 13.66 -
YUV 77.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 119 52 103 0 0.56 0.13 0.53 314.33 0.39 0.34
Hex 77 34 67 0 38 D 35 13A 27 22
Octal 167 64 147 0 70 15 65 472 47 42
Binary 1110111 110100 1100111 0 111000 1101 110101 100111010 100111 100010

Color Harmonies of #773467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773467

Black with #773467

Text Example


Text Example

White with #773467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773467; }

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

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

background-color css

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

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

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

border-color css

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

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

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