Html Css Color HEX #731760 Palatinate Purple

📋 copy color: '#731760'

red 115 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #731760

Tints of Palatinate Purple #731760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 49.15%
G = 9.83%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#731760 (or 0x731760) is known color: Palatinate Purple. HEX triplet: 73, 17 and 60. RGB value is (115,23,96). Sum of RGB (Red+Green+Blue) = 115+23+96=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731760 is #8CE89F. Grayscale: #3A3A3A. Windows color (decimal): -9234592 or 6297459. OLE color: 6297459.

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

Color convert

RGB 115 23 96 -
CMYK 0 0.80 0.17 0.55
HSL 312.39º 0.67% 0.27% -
HSV(B) 312.39º 0.8% 0.45% -
XYZ 9.49 5.1 11.55 -
YUV 58.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 115 23 96 0 0.80 0.17 0.55 312.39 0.67 0.27
Hex 73 17 60 0 50 11 37 138 43 1B
Octal 163 27 140 0 120 21 67 470 103 33
Binary 1110011 10111 1100000 0 1010000 10001 110111 100111000 1000011 11011

Color Harmonies of #731760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731760

Black with #731760

Text Example


Text Example

White with #731760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731760; }

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

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

background-color css

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

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

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

border-color css

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

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

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