Html Css Color HEX #772B6C Palatinate Purple

📋 copy color: '#772B6C'

red 119 ◦ green 43 ◦ blue 108

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

Shades of Palatinate Purple #772B6C

Tints of Palatinate Purple #772B6C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 44.07%
G = 15.93%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#772B6C (or 0x772B6C) is known color: Palatinate Purple. HEX triplet: 77, 2B and 6C. RGB value is (119,43,108). Sum of RGB (Red+Green+Blue) = 119+43+108=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #772B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B6C is #88D493. Grayscale: #484848. Windows color (decimal): -8967316 or 7089015. OLE color: 7089015.

HSL color Cylindrical-coordinate representation of color #772B6C: hue angle of 308.68º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B6C is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 43 108 -
CMYK 0 0.64 0.09 0.53
HSL 308.68º 0.47% 0.32% -
HSV(B) 308.68º 0.64% 0.47% -
XYZ 11.18 6.73 14.9 -
YUV 73.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 119 43 108 0 0.64 0.09 0.53 308.68 0.47 0.32
Hex 77 2B 6C 0 40 9 35 135 2F 20
Octal 167 53 154 0 100 11 65 465 57 40
Binary 1110111 101011 1101100 0 1000000 1001 110101 100110101 101111 100000

Color Harmonies of #772B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B6C

Black with #772B6C

Text Example


Text Example

White with #772B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772B6C; }

 p { color: rgb(119,43,108); }

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

background-color css

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

 a { background-color: rgb(119,43,108); }

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

border-color css

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

 span { border-color: rgb(119,43,108); }

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