Html Css Color HEX #731B60 Palatinate Purple

📋 copy color: '#731B60'

red 115 ◦ green 27 ◦ blue 96

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

Shades of Palatinate Purple #731B60

Tints of Palatinate Purple #731B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

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

R = 48.32%
G = 11.34%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#731B60 (or 0x731B60) is known color: Palatinate Purple. HEX triplet: 73, 1B and 60. RGB value is (115,27,96). Sum of RGB (Red+Green+Blue) = 115+27+96=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B60 is #8CE49F. Grayscale: #3C3C3C. Windows color (decimal): -9233568 or 6298483. OLE color: 6298483.

HSL color Cylindrical-coordinate representation of color #731B60: hue angle of 312.95º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B60 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 27 96 -
CMYK 0 0.77 0.17 0.55
HSL 312.95º 0.62% 0.28% -
HSV(B) 312.95º 0.77% 0.45% -
XYZ 9.57 5.27 11.58 -
YUV 61.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 115 27 96 0 0.77 0.17 0.55 312.95 0.62 0.28
Hex 73 1B 60 0 4D 11 37 139 3E 1C
Octal 163 33 140 0 115 21 67 471 76 34
Binary 1110011 11011 1100000 0 1001101 10001 110111 100111001 111110 11100

Color Harmonies of #731B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731B60

Black with #731B60

Text Example


Text Example

White with #731B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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