Html Css Color HEX #77295C Palatinate Purple

📋 copy color: '#77295C'

red 119 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #77295C

Tints of Palatinate Purple #77295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 47.22%
G = 16.27%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77295C (or 0x77295C) is known color: Palatinate Purple. HEX triplet: 77, 29 and 5C. RGB value is (119,41,92). Sum of RGB (Red+Green+Blue) = 119+41+92=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77295C is #88D6A3. Grayscale: #464646. Windows color (decimal): -8967844 or 6039927. OLE color: 6039927.

HSL color Cylindrical-coordinate representation of color #77295C: hue angle of 320.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77295C is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 92 -
CMYK 0 0.66 0.23 0.53
HSL 320.77º 0.49% 0.31% -
HSV(B) 320.77º 0.66% 0.47% -
XYZ 10.33 6.28 10.79 -
YUV 70.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 119 41 92 0 0.66 0.23 0.53 320.77 0.49 0.31
Hex 77 29 5C 0 42 17 35 141 31 1F
Octal 167 51 134 0 102 27 65 501 61 37
Binary 1110111 101001 1011100 0 1000010 10111 110101 101000001 110001 11111

Color Harmonies of #77295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77295C

Black with #77295C

Text Example


Text Example

White with #77295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77295C; }

 p { color: rgb(119,41,92); }

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

background-color css

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

 a { background-color: rgb(119,41,92); }

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

border-color css

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

 span { border-color: rgb(119,41,92); }

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