Html Css Color HEX #772469 Palatinate Purple

📋 copy color: '#772469'

red 119 ◦ green 36 ◦ blue 105

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

Shades of Palatinate Purple #772469

Tints of Palatinate Purple #772469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 45.77%
G = 13.85%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#772469 (or 0x772469) is known color: Palatinate Purple. HEX triplet: 77, 24 and 69. RGB value is (119,36,105). Sum of RGB (Red+Green+Blue) = 119+36+105=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772469 is #88DB96. Grayscale: #444444. Windows color (decimal): -8969111 or 6890615. OLE color: 6890615.

HSL color Cylindrical-coordinate representation of color #772469: hue angle of 310.12º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772469 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 105 -
CMYK 0 0.70 0.12 0.53
HSL 310.12º 0.54% 0.3% -
HSV(B) 310.12º 0.7% 0.47% -
XYZ 10.79 6.2 13.99 -
YUV 68.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 119 36 105 0 0.70 0.12 0.53 310.12 0.54 0.3
Hex 77 24 69 0 46 C 35 136 36 1E
Octal 167 44 151 0 106 14 65 466 66 36
Binary 1110111 100100 1101001 0 1000110 1100 110101 100110110 110110 11110

Color Harmonies of #772469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772469

Black with #772469

Text Example


Text Example

White with #772469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772469; }

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

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

background-color css

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

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

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

border-color css

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

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

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