Html Css Color HEX #731668 Palatinate Purple

📋 copy color: '#731668'

red 115 ◦ green 22 ◦ blue 104

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

Shades of Palatinate Purple #731668

Tints of Palatinate Purple #731668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 47.72%
G = 9.13%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731668 (or 0x731668) is known color: Palatinate Purple. HEX triplet: 73, 16 and 68. RGB value is (115,22,104). Sum of RGB (Red+Green+Blue) = 115+22+104=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #731668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731668 is #8CE997. Grayscale: #3A3A3A. Windows color (decimal): -9234840 or 6821491. OLE color: 6821491.

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

Color convert

RGB 115 22 104 -
CMYK 0 0.81 0.10 0.55
HSL 307.1º 0.68% 0.27% -
HSV(B) 307.1º 0.81% 0.45% -
XYZ 9.86 5.22 13.58 -
YUV 59.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 115 22 104 0 0.81 0.10 0.55 307.1 0.68 0.27
Hex 73 16 68 0 51 A 37 133 44 1B
Octal 163 26 150 0 121 12 67 463 104 33
Binary 1110011 10110 1101000 0 1010001 1010 110111 100110011 1000100 11011

Color Harmonies of #731668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731668

Black with #731668

Text Example


Text Example

White with #731668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731668; }

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

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

background-color css

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

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

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

border-color css

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

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

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