Html Css Color HEX #77145F Palatinate Purple

📋 copy color: '#77145F'

red 119 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #77145F

Tints of Palatinate Purple #77145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 50.85%
G = 8.55%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77145F (or 0x77145F) is known color: Palatinate Purple. HEX triplet: 77, 14 and 5F. RGB value is (119,20,95). Sum of RGB (Red+Green+Blue) = 119+20+95=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77145F is #88EBA0. Grayscale: #393939. Windows color (decimal): -8973217 or 6231159. OLE color: 6231159.

HSL color Cylindrical-coordinate representation of color #77145F: hue angle of 314.55º 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 #77145F is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 95 -
CMYK 0 0.83 0.20 0.53
HSL 314.55º 0.71% 0.27% -
HSV(B) 314.55º 0.83% 0.47% -
XYZ 9.92 5.25 11.32 -
YUV 58.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 119 20 95 0 0.83 0.20 0.53 314.55 0.71 0.27
Hex 77 14 5F 0 53 14 35 13B 47 1B
Octal 167 24 137 0 123 24 65 473 107 33
Binary 1110111 10100 1011111 0 1010011 10100 110101 100111011 1000111 11011

Color Harmonies of #77145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77145F

Black with #77145F

Text Example


Text Example

White with #77145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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