Html Css Color HEX #770C62 Palatinate Purple

📋 copy color: '#770C62'

red 119 ◦ green 12 ◦ blue 98

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

Shades of Palatinate Purple #770C62

Tints of Palatinate Purple #770C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 51.97%
G = 5.24%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770C62 (or 0x770C62) is known color: Palatinate Purple. HEX triplet: 77, 0C and 62. RGB value is (119,12,98). Sum of RGB (Red+Green+Blue) = 119+12+98=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #770C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C62 is #88F39D. Grayscale: #353535. Windows color (decimal): -8975262 or 6425719. OLE color: 6425719.

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

Color convert

RGB 119 12 98 -
CMYK 0 0.90 0.18 0.53
HSL 311.78º 0.82% 0.26% -
HSV(B) 311.78º 0.9% 0.47% -
XYZ 9.94 5.07 12.01 -
YUV 53.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 119 12 98 0 0.90 0.18 0.53 311.78 0.82 0.26
Hex 77 C 62 0 5A 12 35 138 52 1A
Octal 167 14 142 0 132 22 65 470 122 32
Binary 1110111 1100 1100010 0 1011010 10010 110101 100111000 1010010 11010

Color Harmonies of #770C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C62

Black with #770C62

Text Example


Text Example

White with #770C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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