Html Css Color HEX #770D62 Palatinate Purple

📋 copy color: '#770D62'

red 119 ◦ green 13 ◦ blue 98

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

Shades of Palatinate Purple #770D62

Tints of Palatinate Purple #770D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.65%

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

R = 51.74%
G = 5.65%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770D62 (or 0x770D62) is known color: Palatinate Purple. HEX triplet: 77, 0D and 62. RGB value is (119,13,98). Sum of RGB (Red+Green+Blue) = 119+13+98=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #770D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D62 is #88F29D. Grayscale: #363636. Windows color (decimal): -8975006 or 6425975. OLE color: 6425975.

HSL color Cylindrical-coordinate representation of color #770D62: hue angle of 311.89º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D62 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 98 -
CMYK 0 0.89 0.18 0.53
HSL 311.89º 0.8% 0.26% -
HSV(B) 311.89º 0.89% 0.47% -
XYZ 9.96 5.09 12.01 -
YUV 54.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 119 13 98 0 0.89 0.18 0.53 311.89 0.8 0.26
Hex 77 D 62 0 59 12 35 138 50 1A
Octal 167 15 142 0 131 22 65 470 120 32
Binary 1110111 1101 1100010 0 1011001 10010 110101 100111000 1010000 11010

Color Harmonies of #770D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D62

Black with #770D62

Text Example


Text Example

White with #770D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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