Html Css Color HEX #77305E Palatinate Purple

📋 copy color: '#77305E'

red 119 ◦ green 48 ◦ blue 94

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

Shades of Palatinate Purple #77305E

Tints of Palatinate Purple #77305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 45.59%
G = 18.39%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77305E (or 0x77305E) is known color: Palatinate Purple. HEX triplet: 77, 30 and 5E. RGB value is (119,48,94). Sum of RGB (Red+Green+Blue) = 119+48+94=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77305E is #88CFA1. Grayscale: #4A4A4A. Windows color (decimal): -8966050 or 6172791. OLE color: 6172791.

HSL color Cylindrical-coordinate representation of color #77305E: hue angle of 321.13º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77305E is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 94 -
CMYK 0 0.60 0.21 0.53
HSL 321.13º 0.43% 0.33% -
HSV(B) 321.13º 0.6% 0.47% -
XYZ 10.69 6.84 11.35 -
YUV 74.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 119 48 94 0 0.60 0.21 0.53 321.13 0.43 0.33
Hex 77 30 5E 0 3C 15 35 141 2B 21
Octal 167 60 136 0 74 25 65 501 53 41
Binary 1110111 110000 1011110 0 111100 10101 110101 101000001 101011 100001

Color Harmonies of #77305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77305E

Black with #77305E

Text Example


Text Example

White with #77305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77305E; }

 p { color: rgb(119,48,94); }

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

background-color css

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

 a { background-color: rgb(119,48,94); }

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

border-color css

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

 span { border-color: rgb(119,48,94); }

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