Html Css Color HEX #761766 Palatinate Purple

📋 copy color: '#761766'

red 118 ◦ green 23 ◦ blue 102

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

Shades of Palatinate Purple #761766

Tints of Palatinate Purple #761766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 48.56%
G = 9.47%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#761766 (or 0x761766) is known color: Palatinate Purple. HEX triplet: 76, 17 and 66. RGB value is (118,23,102). Sum of RGB (Red+Green+Blue) = 118+23+102=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761766 is #89E899. Grayscale: #3C3C3C. Windows color (decimal): -9037978 or 6690678. OLE color: 6690678.

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

Color convert

RGB 118 23 102 -
CMYK 0 0.81 0.14 0.54
HSL 310.11º 0.67% 0.28% -
HSV(B) 310.11º 0.81% 0.46% -
XYZ 10.18 5.42 13.08 -
YUV 60.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 118 23 102 0 0.81 0.14 0.54 310.11 0.67 0.28
Hex 76 17 66 0 51 E 36 136 43 1C
Octal 166 27 146 0 121 16 66 466 103 34
Binary 1110110 10111 1100110 0 1010001 1110 110110 100110110 1000011 11100

Color Harmonies of #761766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761766

Black with #761766

Text Example


Text Example

White with #761766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761766; }

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

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

background-color css

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

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

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

border-color css

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

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

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