Html Css Color HEX #773469 Palatinate Purple

📋 copy color: '#773469'

red 119 ◦ green 52 ◦ blue 105

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

Shades of Palatinate Purple #773469

Tints of Palatinate Purple #773469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 43.12%
G = 18.84%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#773469 (or 0x773469) is known color: Palatinate Purple. HEX triplet: 77, 34 and 69. RGB value is (119,52,105). Sum of RGB (Red+Green+Blue) = 119+52+105=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #773469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773469 is #88CB96. Grayscale: #4D4D4D. Windows color (decimal): -8965015 or 6894711. OLE color: 6894711.

HSL color Cylindrical-coordinate representation of color #773469: hue angle of 312.54º 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 #773469 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 105 -
CMYK 0 0.56 0.12 0.53
HSL 312.54º 0.39% 0.34% -
HSV(B) 312.54º 0.56% 0.47% -
XYZ 11.39 7.4 14.19 -
YUV 78.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 119 52 105 0 0.56 0.12 0.53 312.54 0.39 0.34
Hex 77 34 69 0 38 C 35 139 27 22
Octal 167 64 151 0 70 14 65 471 47 42
Binary 1110111 110100 1101001 0 111000 1100 110101 100111001 100111 100010

Color Harmonies of #773469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773469

Black with #773469

Text Example


Text Example

White with #773469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773469; }

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

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

background-color css

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

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

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

border-color css

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

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

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