Html Css Color HEX #770F64 Palatinate Purple

📋 copy color: '#770F64'

red 119 ◦ green 15 ◦ blue 100

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

Shades of Palatinate Purple #770F64

Tints of Palatinate Purple #770F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 50.85%
G = 6.41%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#770F64 (or 0x770F64) is known color: Palatinate Purple. HEX triplet: 77, 0F and 64. RGB value is (119,15,100). Sum of RGB (Red+Green+Blue) = 119+15+100=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #770F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F64 is #88F09B. Grayscale: #373737. Windows color (decimal): -8974492 or 6557559. OLE color: 6557559.

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

Color convert

RGB 119 15 100 -
CMYK 0 0.87 0.16 0.53
HSL 310.96º 0.78% 0.26% -
HSV(B) 310.96º 0.87% 0.47% -
XYZ 10.08 5.18 12.53 -
YUV 55.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 119 15 100 0 0.87 0.16 0.53 310.96 0.78 0.26
Hex 77 F 64 0 57 10 35 137 4E 1A
Octal 167 17 144 0 127 20 65 467 116 32
Binary 1110111 1111 1100100 0 1010111 10000 110101 100110111 1001110 11010

Color Harmonies of #770F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F64

Black with #770F64

Text Example


Text Example

White with #770F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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