Html Css Color HEX #761066 Palatinate Purple

📋 copy color: '#761066'

red 118 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #761066

Tints of Palatinate Purple #761066

RGB

 RED value IS 118 (46.48% from 255) = 50%

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 50%
G = 6.78%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#761066 (or 0x761066) is known color: Palatinate Purple. HEX triplet: 76, 10 and 66. RGB value is (118,16,102). Sum of RGB (Red+Green+Blue) = 118+16+102=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #761066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761066 is #89EF99. Grayscale: #383838. Windows color (decimal): -9039770 or 6688886. OLE color: 6688886.

HSL color Cylindrical-coordinate representation of color #761066: hue angle of 309.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761066 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 102 -
CMYK 0 0.86 0.14 0.54
HSL 309.41º 0.76% 0.26% -
HSV(B) 309.41º 0.86% 0.46% -
XYZ 10.05 5.18 13.04 -
YUV 56.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 118 16 102 0 0.86 0.14 0.54 309.41 0.76 0.26
Hex 76 10 66 0 56 E 36 135 4C 1A
Octal 166 20 146 0 126 16 66 465 114 32
Binary 1110110 10000 1100110 0 1010110 1110 110110 100110101 1001100 11010

Color Harmonies of #761066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761066

Black with #761066

Text Example


Text Example

White with #761066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761066; }

 p { color: rgb(118,16,102); }

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

background-color css

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

 a { background-color: rgb(118,16,102); }

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

border-color css

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

 span { border-color: rgb(118,16,102); }

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