Html Css Color HEX #77145D Palatinate Purple

📋 copy color: '#77145D'

red 119 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #77145D

Tints of Palatinate Purple #77145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 51.29%
G = 8.62%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77145D (or 0x77145D) is known color: Palatinate Purple. HEX triplet: 77, 14 and 5D. RGB value is (119,20,93). Sum of RGB (Red+Green+Blue) = 119+20+93=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77145D is #88EBA2. Grayscale: #393939. Windows color (decimal): -8973219 or 6100087. OLE color: 6100087.

HSL color Cylindrical-coordinate representation of color #77145D: hue angle of 315.76º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77145D is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 93 -
CMYK 0 0.83 0.22 0.53
HSL 315.76º 0.71% 0.27% -
HSV(B) 315.76º 0.83% 0.47% -
XYZ 9.83 5.21 10.84 -
YUV 57.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 119 20 93 0 0.83 0.22 0.53 315.76 0.71 0.27
Hex 77 14 5D 0 53 16 35 13C 47 1B
Octal 167 24 135 0 123 26 65 474 107 33
Binary 1110111 10100 1011101 0 1010011 10110 110101 100111100 1000111 11011

Color Harmonies of #77145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77145D

Black with #77145D

Text Example


Text Example

White with #77145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77145D; }

 p { color: rgb(119,20,93); }

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

background-color css

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

 a { background-color: rgb(119,20,93); }

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

border-color css

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

 span { border-color: rgb(119,20,93); }

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