Html Css Color HEX #761767 Palatinate Purple

📋 copy color: '#761767'

red 118 ◦ green 23 ◦ blue 103

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

Shades of Palatinate Purple #761767

Tints of Palatinate Purple #761767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.21%

R = 48.36%
G = 9.43%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#761767 (or 0x761767) is known color: Palatinate Purple. HEX triplet: 76, 17 and 67. RGB value is (118,23,103). Sum of RGB (Red+Green+Blue) = 118+23+103=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #761767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761767 is #89E898. Grayscale: #3C3C3C. Windows color (decimal): -9037977 or 6756214. OLE color: 6756214.

HSL color Cylindrical-coordinate representation of color #761767: hue angle of 309.47º 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 #761767 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 103 -
CMYK 0 0.81 0.13 0.54
HSL 309.47º 0.67% 0.28% -
HSV(B) 309.47º 0.81% 0.46% -
XYZ 10.23 5.44 13.34 -
YUV 60.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 118 23 103 0 0.81 0.13 0.54 309.47 0.67 0.28
Hex 76 17 67 0 51 D 36 135 43 1C
Octal 166 27 147 0 121 15 66 465 103 34
Binary 1110110 10111 1100111 0 1010001 1101 110110 100110101 1000011 11100

Color Harmonies of #761767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761767

Black with #761767

Text Example


Text Example

White with #761767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761767; }

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

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

background-color css

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

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

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

border-color css

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

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

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