Html Css Color HEX #761663 Palatinate Purple

📋 copy color: '#761663'

red 118 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #761663

Tints of Palatinate Purple #761663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 49.37%
G = 9.21%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#761663 (or 0x761663) is known color: Palatinate Purple. HEX triplet: 76, 16 and 63. RGB value is (118,22,99). Sum of RGB (Red+Green+Blue) = 118+22+99=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761663 is #89E99C. Grayscale: #3B3B3B. Windows color (decimal): -9038237 or 6493814. OLE color: 6493814.

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

Color convert

RGB 118 22 99 -
CMYK 0 0.81 0.16 0.54
HSL 311.88º 0.69% 0.27% -
HSV(B) 311.88º 0.81% 0.46% -
XYZ 10.01 5.33 12.3 -
YUV 59.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 118 22 99 0 0.81 0.16 0.54 311.88 0.69 0.27
Hex 76 16 63 0 51 10 36 138 45 1B
Octal 166 26 143 0 121 20 66 470 105 33
Binary 1110110 10110 1100011 0 1010001 10000 110110 100111000 1000101 11011

Color Harmonies of #761663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761663

Black with #761663

Text Example


Text Example

White with #761663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761663; }

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

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

background-color css

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

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

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

border-color css

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

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

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