Html Css Color HEX #731763 Palatinate Purple

📋 copy color: '#731763'

red 115 ◦ green 23 ◦ blue 99

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

Shades of Palatinate Purple #731763

Tints of Palatinate Purple #731763

RGB

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

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

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

R = 48.52%
G = 9.7%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#731763 (or 0x731763) is known color: Palatinate Purple. HEX triplet: 73, 17 and 63. RGB value is (115,23,99). Sum of RGB (Red+Green+Blue) = 115+23+99=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #731763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731763 is #8CE89C. Grayscale: #3A3A3A. Windows color (decimal): -9234589 or 6494067. OLE color: 6494067.

HSL color Cylindrical-coordinate representation of color #731763: hue angle of 310.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731763 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 99 -
CMYK 0 0.80 0.14 0.55
HSL 310.43º 0.67% 0.27% -
HSV(B) 310.43º 0.8% 0.45% -
XYZ 9.63 5.16 12.29 -
YUV 59.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 115 23 99 0 0.80 0.14 0.55 310.43 0.67 0.27
Hex 73 17 63 0 50 E 37 136 43 1B
Octal 163 27 143 0 120 16 67 466 103 33
Binary 1110011 10111 1100011 0 1010000 1110 110111 100110110 1000011 11011

Color Harmonies of #731763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731763

Black with #731763

Text Example


Text Example

White with #731763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731763; }

 p { color: rgb(115,23,99); }

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

background-color css

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

 a { background-color: rgb(115,23,99); }

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

border-color css

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

 span { border-color: rgb(115,23,99); }

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