Html Css Color HEX #770F5E Palatinate Purple

📋 copy color: '#770F5E'

red 119 ◦ green 15 ◦ blue 94

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

Shades of Palatinate Purple #770F5E

Tints of Palatinate Purple #770F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 52.19%
G = 6.58%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#770F5E (or 0x770F5E) is known color: Palatinate Purple. HEX triplet: 77, 0F and 5E. RGB value is (119,15,94). Sum of RGB (Red+Green+Blue) = 119+15+94=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #770F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F5E is #88F0A1. Grayscale: #363636. Windows color (decimal): -8974498 or 6164343. OLE color: 6164343.

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

Color convert

RGB 119 15 94 -
CMYK 0 0.87 0.21 0.53
HSL 314.42º 0.78% 0.26% -
HSV(B) 314.42º 0.87% 0.47% -
XYZ 9.8 5.07 11.05 -
YUV 55.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 119 15 94 0 0.87 0.21 0.53 314.42 0.78 0.26
Hex 77 F 5E 0 57 15 35 13A 4E 1A
Octal 167 17 136 0 127 25 65 472 116 32
Binary 1110111 1111 1011110 0 1010111 10101 110101 100111010 1001110 11010

Color Harmonies of #770F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F5E

Black with #770F5E

Text Example


Text Example

White with #770F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,15,94); }

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

background-color css

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

 a { background-color: rgb(119,15,94); }

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

border-color css

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

 span { border-color: rgb(119,15,94); }

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