Html Css Color HEX #761466 Palatinate Purple

📋 copy color: '#761466'

red 118 ◦ green 20 ◦ blue 102

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

Shades of Palatinate Purple #761466

Tints of Palatinate Purple #761466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

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

R = 49.17%
G = 8.33%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#761466 (or 0x761466) is known color: Palatinate Purple. HEX triplet: 76, 14 and 66. RGB value is (118,20,102). Sum of RGB (Red+Green+Blue) = 118+20+102=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #761466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761466 is #89EB99. Grayscale: #3A3A3A. Windows color (decimal): -9038746 or 6689910. OLE color: 6689910.

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

Color convert

RGB 118 20 102 -
CMYK 0 0.83 0.14 0.54
HSL 309.8º 0.71% 0.27% -
HSV(B) 309.8º 0.83% 0.46% -
XYZ 10.12 5.31 13.06 -
YUV 58.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 118 20 102 0 0.83 0.14 0.54 309.8 0.71 0.27
Hex 76 14 66 0 53 E 36 136 47 1B
Octal 166 24 146 0 123 16 66 466 107 33
Binary 1110110 10100 1100110 0 1010011 1110 110110 100110110 1000111 11011

Color Harmonies of #761466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761466

Black with #761466

Text Example


Text Example

White with #761466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761466; }

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

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

background-color css

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

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

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

border-color css

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

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

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