Html Css Color HEX #761366 Palatinate Purple

📋 copy color: '#761366'

red 118 ◦ green 19 ◦ blue 102

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

Shades of Palatinate Purple #761366

Tints of Palatinate Purple #761366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 49.37%
G = 7.95%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#761366 (or 0x761366) is known color: Palatinate Purple. HEX triplet: 76, 13 and 66. RGB value is (118,19,102). Sum of RGB (Red+Green+Blue) = 118+19+102=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761366 is #89EC99. Grayscale: #393939. Windows color (decimal): -9039002 or 6689654. OLE color: 6689654.

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

Color convert

RGB 118 19 102 -
CMYK 0 0.84 0.14 0.54
HSL 309.7º 0.72% 0.27% -
HSV(B) 309.7º 0.84% 0.46% -
XYZ 10.1 5.28 13.06 -
YUV 58.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 118 19 102 0 0.84 0.14 0.54 309.7 0.72 0.27
Hex 76 13 66 0 54 E 36 136 48 1B
Octal 166 23 146 0 124 16 66 466 110 33
Binary 1110110 10011 1100110 0 1010100 1110 110110 100110110 1001000 11011

Color Harmonies of #761366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761366

Black with #761366

Text Example


Text Example

White with #761366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761366; }

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

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

background-color css

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

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

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

border-color css

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

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

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