Html Css Color HEX #772468 Palatinate Purple

📋 copy color: '#772468'

red 119 ◦ green 36 ◦ blue 104

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

Shades of Palatinate Purple #772468

Tints of Palatinate Purple #772468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 45.95%
G = 13.9%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772468 (or 0x772468) is known color: Palatinate Purple. HEX triplet: 77, 24 and 68. RGB value is (119,36,104). Sum of RGB (Red+Green+Blue) = 119+36+104=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772468 is #88DB97. Grayscale: #444444. Windows color (decimal): -8969112 or 6825079. OLE color: 6825079.

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

Color convert

RGB 119 36 104 -
CMYK 0 0.70 0.13 0.53
HSL 310.84º 0.54% 0.3% -
HSV(B) 310.84º 0.7% 0.47% -
XYZ 10.74 6.18 13.72 -
YUV 68.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 119 36 104 0 0.70 0.13 0.53 310.84 0.54 0.3
Hex 77 24 68 0 46 D 35 137 36 1E
Octal 167 44 150 0 106 15 65 467 66 36
Binary 1110111 100100 1101000 0 1000110 1101 110101 100110111 110110 11110

Color Harmonies of #772468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772468

Black with #772468

Text Example


Text Example

White with #772468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772468; }

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

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

background-color css

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

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

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

border-color css

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

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

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