Html Css Color HEX #772068 Palatinate Purple

📋 copy color: '#772068'

red 119 ◦ green 32 ◦ blue 104

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

Shades of Palatinate Purple #772068

Tints of Palatinate Purple #772068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 46.67%
G = 12.55%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#772068 (or 0x772068) is known color: Palatinate Purple. HEX triplet: 77, 20 and 68. RGB value is (119,32,104). Sum of RGB (Red+Green+Blue) = 119+32+104=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772068 is #88DF97. Grayscale: #424242. Windows color (decimal): -8970136 or 6824055. OLE color: 6824055.

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

Color convert

RGB 119 32 104 -
CMYK 0 0.73 0.13 0.53
HSL 310.34º 0.58% 0.3% -
HSV(B) 310.34º 0.73% 0.47% -
XYZ 10.62 5.95 13.69 -
YUV 66.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 119 32 104 0 0.73 0.13 0.53 310.34 0.58 0.3
Hex 77 20 68 0 49 D 35 136 3A 1E
Octal 167 40 150 0 111 15 65 466 72 36
Binary 1110111 100000 1101000 0 1001001 1101 110101 100110110 111010 11110

Color Harmonies of #772068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772068

Black with #772068

Text Example


Text Example

White with #772068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772068; }

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

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

background-color css

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

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

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

border-color css

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

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

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