Html Css Color HEX #731560 Palatinate Purple

📋 copy color: '#731560'

red 115 ◦ green 21 ◦ blue 96

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

Shades of Palatinate Purple #731560

Tints of Palatinate Purple #731560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 49.57%
G = 9.05%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#731560 (or 0x731560) is known color: Palatinate Purple. HEX triplet: 73, 15 and 60. RGB value is (115,21,96). Sum of RGB (Red+Green+Blue) = 115+21+96=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731560 is #8CEA9F. Grayscale: #393939. Windows color (decimal): -9235104 or 6296947. OLE color: 6296947.

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

Color convert

RGB 115 21 96 -
CMYK 0 0.82 0.17 0.55
HSL 312.13º 0.69% 0.27% -
HSV(B) 312.13º 0.82% 0.45% -
XYZ 9.45 5.03 11.54 -
YUV 57.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 115 21 96 0 0.82 0.17 0.55 312.13 0.69 0.27
Hex 73 15 60 0 52 11 37 138 45 1B
Octal 163 25 140 0 122 21 67 470 105 33
Binary 1110011 10101 1100000 0 1010010 10001 110111 100111000 1000101 11011

Color Harmonies of #731560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731560

Black with #731560

Text Example


Text Example

White with #731560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731560; }

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

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

background-color css

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

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

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

border-color css

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

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

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