Html Css Color HEX #77135D Palatinate Purple

📋 copy color: '#77135D'

red 119 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #77135D

Tints of Palatinate Purple #77135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

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

R = 51.52%
G = 8.23%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77135D (or 0x77135D) is known color: Palatinate Purple. HEX triplet: 77, 13 and 5D. RGB value is (119,19,93). Sum of RGB (Red+Green+Blue) = 119+19+93=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77135D is #88ECA2. Grayscale: #393939. Windows color (decimal): -8973475 or 6099831. OLE color: 6099831.

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

Color convert

RGB 119 19 93 -
CMYK 0 0.84 0.22 0.53
HSL 315.6º 0.72% 0.27% -
HSV(B) 315.6º 0.84% 0.47% -
XYZ 9.82 5.18 10.84 -
YUV 57.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 119 19 93 0 0.84 0.22 0.53 315.6 0.72 0.27
Hex 77 13 5D 0 54 16 35 13C 48 1B
Octal 167 23 135 0 124 26 65 474 110 33
Binary 1110111 10011 1011101 0 1010100 10110 110101 100111100 1001000 11011

Color Harmonies of #77135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77135D

Black with #77135D

Text Example


Text Example

White with #77135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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