Html Css Color HEX #770C5D Palatinate Purple

📋 copy color: '#770C5D'

red 119 ◦ green 12 ◦ blue 93

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

Shades of Palatinate Purple #770C5D

Tints of Palatinate Purple #770C5D

RGB

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

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

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

R = 53.13%
G = 5.36%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#770C5D (or 0x770C5D) is known color: Palatinate Purple. HEX triplet: 77, 0C and 5D. RGB value is (119,12,93). Sum of RGB (Red+Green+Blue) = 119+12+93=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C5D is #88F3A2. Grayscale: #353535. Windows color (decimal): -8975267 or 6098039. OLE color: 6098039.

HSL color Cylindrical-coordinate representation of color #770C5D: hue angle of 314.58º 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 #770C5D is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 93 -
CMYK 0 0.90 0.22 0.53
HSL 314.58º 0.82% 0.26% -
HSV(B) 314.58º 0.9% 0.47% -
XYZ 9.72 4.98 10.8 -
YUV 53.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 119 12 93 0 0.90 0.22 0.53 314.58 0.82 0.26
Hex 77 C 5D 0 5A 16 35 13B 52 1A
Octal 167 14 135 0 132 26 65 473 122 32
Binary 1110111 1100 1011101 0 1011010 10110 110101 100111011 1010010 11010

Color Harmonies of #770C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C5D

Black with #770C5D

Text Example


Text Example

White with #770C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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