Html Css Color HEX #770C5F Palatinate Purple

📋 copy color: '#770C5F'

red 119 ◦ green 12 ◦ blue 95

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

Shades of Palatinate Purple #770C5F

Tints of Palatinate Purple #770C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

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

R = 52.65%
G = 5.31%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#770C5F (or 0x770C5F) is known color: Palatinate Purple. HEX triplet: 77, 0C and 5F. RGB value is (119,12,95). Sum of RGB (Red+Green+Blue) = 119+12+95=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C5F is #88F3A0. Grayscale: #353535. Windows color (decimal): -8975265 or 6229111. OLE color: 6229111.

HSL color Cylindrical-coordinate representation of color #770C5F: hue angle of 313.46º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C5F is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 95 -
CMYK 0 0.90 0.20 0.53
HSL 313.46º 0.82% 0.26% -
HSV(B) 313.46º 0.9% 0.47% -
XYZ 9.8 5.01 11.28 -
YUV 53.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 119 12 95 0 0.90 0.20 0.53 313.46 0.82 0.26
Hex 77 C 5F 0 5A 14 35 139 52 1A
Octal 167 14 137 0 132 24 65 471 122 32
Binary 1110111 1100 1011111 0 1011010 10100 110101 100111001 1010010 11010

Color Harmonies of #770C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C5F

Black with #770C5F

Text Example


Text Example

White with #770C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C5F; }

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

 H1.HeaderClassName
 {
   color: #770C5F;
 }
 .AnyTagClassName
 {
   color: #770C5F;
 }
</style>

background-color css

<style>
 a { background-color: #770C5F; }

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

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

border-color css

<style>
 span { border-color: #770C5F; }

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

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