Html Css Color HEX #731666 Palatinate Purple

📋 copy color: '#731666'

red 115 ◦ green 22 ◦ blue 102

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

Shades of Palatinate Purple #731666

Tints of Palatinate Purple #731666

RGB

 RED value IS 115 (45.31% from 255) = 48.12%

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

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

R = 48.12%
G = 9.21%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#731666 (or 0x731666) is known color: Palatinate Purple. HEX triplet: 73, 16 and 66. RGB value is (115,22,102). Sum of RGB (Red+Green+Blue) = 115+22+102=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731666 is #8CE999. Grayscale: #3A3A3A. Windows color (decimal): -9234842 or 6690419. OLE color: 6690419.

HSL color Cylindrical-coordinate representation of color #731666: hue angle of 308.39º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731666 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 102 -
CMYK 0 0.81 0.11 0.55
HSL 308.39º 0.68% 0.27% -
HSV(B) 308.39º 0.81% 0.45% -
XYZ 9.76 5.18 13.06 -
YUV 58.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 115 22 102 0 0.81 0.11 0.55 308.39 0.68 0.27
Hex 73 16 66 0 51 B 37 134 44 1B
Octal 163 26 146 0 121 13 67 464 104 33
Binary 1110011 10110 1100110 0 1010001 1011 110111 100110100 1000100 11011

Color Harmonies of #731666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731666

Black with #731666

Text Example


Text Example

White with #731666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731666; }

 p { color: rgb(115,22,102); }

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

background-color css

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

 a { background-color: rgb(115,22,102); }

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

border-color css

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

 span { border-color: rgb(115,22,102); }

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