Html Css Color HEX #772368 Palatinate Purple

📋 copy color: '#772368'

red 119 ◦ green 35 ◦ blue 104

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

Shades of Palatinate Purple #772368

Tints of Palatinate Purple #772368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 46.12%
G = 13.57%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772368 (or 0x772368) is known color: Palatinate Purple. HEX triplet: 77, 23 and 68. RGB value is (119,35,104). Sum of RGB (Red+Green+Blue) = 119+35+104=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772368 is #88DC97. Grayscale: #434343. Windows color (decimal): -8969368 or 6824823. OLE color: 6824823.

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

Color convert

RGB 119 35 104 -
CMYK 0 0.71 0.13 0.53
HSL 310.71º 0.55% 0.3% -
HSV(B) 310.71º 0.71% 0.47% -
XYZ 10.71 6.12 13.71 -
YUV 67.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 119 35 104 0 0.71 0.13 0.53 310.71 0.55 0.3
Hex 77 23 68 0 47 D 35 137 37 1E
Octal 167 43 150 0 107 15 65 467 67 36
Binary 1110111 100011 1101000 0 1000111 1101 110101 100110111 110111 11110

Color Harmonies of #772368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772368

Black with #772368

Text Example


Text Example

White with #772368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772368; }

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

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

background-color css

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

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

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

border-color css

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

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

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