Html Css Color HEX #77145B Palatinate Purple

📋 copy color: '#77145B'

red 119 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #77145B

Tints of Palatinate Purple #77145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.57%

R = 51.74%
G = 8.7%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77145B (or 0x77145B) is known color: Palatinate Purple. HEX triplet: 77, 14 and 5B. RGB value is (119,20,91). Sum of RGB (Red+Green+Blue) = 119+20+91=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77145B is #88EBA4. Grayscale: #393939. Windows color (decimal): -8973221 or 5969015. OLE color: 5969015.

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

Color convert

RGB 119 20 91 -
CMYK 0 0.83 0.24 0.53
HSL 316.97º 0.71% 0.27% -
HSV(B) 316.97º 0.83% 0.47% -
XYZ 9.75 5.18 10.38 -
YUV 57.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 119 20 91 0 0.83 0.24 0.53 316.97 0.71 0.27
Hex 77 14 5B 0 53 18 35 13D 47 1B
Octal 167 24 133 0 123 30 65 475 107 33
Binary 1110111 10100 1011011 0 1010011 11000 110101 100111101 1000111 11011

Color Harmonies of #77145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77145B

Black with #77145B

Text Example


Text Example

White with #77145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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