Html Css Color HEX #761667 Palatinate Purple

📋 copy color: '#761667'

red 118 ◦ green 22 ◦ blue 103

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

Shades of Palatinate Purple #761667

Tints of Palatinate Purple #761667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

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

R = 48.56%
G = 9.05%
B = 42.39%

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

#761667 (or 0x761667) is known color: Palatinate Purple. HEX triplet: 76, 16 and 67. RGB value is (118,22,103). Sum of RGB (Red+Green+Blue) = 118+22+103=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761667 is #89E998. Grayscale: #3B3B3B. Windows color (decimal): -9038233 or 6755958. OLE color: 6755958.

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

Color convert

RGB 118 22 103 -
CMYK 0 0.81 0.13 0.54
HSL 309.38º 0.69% 0.27% -
HSV(B) 309.38º 0.81% 0.46% -
XYZ 10.21 5.4 13.34 -
YUV 59.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 118 22 103 0 0.81 0.13 0.54 309.38 0.69 0.27
Hex 76 16 67 0 51 D 36 135 45 1B
Octal 166 26 147 0 121 15 66 465 105 33
Binary 1110110 10110 1100111 0 1010001 1101 110110 100110101 1000101 11011

Color Harmonies of #761667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761667

Black with #761667

Text Example


Text Example

White with #761667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761667; }

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

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

background-color css

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

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

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

border-color css

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

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

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