Html Css Color HEX #773D6B Palatinate Purple

📋 copy color: '#773D6B'

red 119 ◦ green 61 ◦ blue 107

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

Shades of Palatinate Purple #773D6B

Tints of Palatinate Purple #773D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 41.46%
G = 21.25%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#773D6B (or 0x773D6B) is known color: Palatinate Purple. HEX triplet: 77, 3D and 6B. RGB value is (119,61,107). Sum of RGB (Red+Green+Blue) = 119+61+107=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D6B is #88C294. Grayscale: #535353. Windows color (decimal): -8962709 or 7028087. OLE color: 7028087.

HSL color Cylindrical-coordinate representation of color #773D6B: hue angle of 312.41º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D6B is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 107 -
CMYK 0 0.49 0.10 0.53
HSL 312.41º 0.32% 0.35% -
HSV(B) 312.41º 0.49% 0.47% -
XYZ 11.93 8.32 14.89 -
YUV 83.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 119 61 107 0 0.49 0.10 0.53 312.41 0.32 0.35
Hex 77 3D 6B 0 31 A 35 138 20 23
Octal 167 75 153 0 61 12 65 470 40 43
Binary 1110111 111101 1101011 0 110001 1010 110101 100111000 100000 100011

Color Harmonies of #773D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D6B

Black with #773D6B

Text Example


Text Example

White with #773D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773D6B; }

 p { color: rgb(119,61,107); }

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

background-color css

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

 a { background-color: rgb(119,61,107); }

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

border-color css

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

 span { border-color: rgb(119,61,107); }

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