#731B6C

Color #731B6C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #731B6C

Tints of Palatinate Purple #731B6C

Color information

#731B6C (or 0x731B6C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1B and 6C. RGB value is (115,27,108). Sum of RGB (Red+Green+Blue) = 115+27+108=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #731B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B6C is #8CE493. Grayscale: #3E3E3E. Windows color (decimal): -9233556 or 7084915. OLE color: 7084915.

HSL color Cylindrical-coordinate representation of color #731B6C: hue angle of 304.77º 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 #731B6C is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11527108-
CMYK00.770.060.55
HSL304.77º61.97%27.84%-
HSV(B)304.77º76.52%45.1%-
XYZ10.175.5114.72-
YUV62.55153.65165.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=46%
G=10.8%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152710800.770.060.55304.7761.9727.84
Hex731B6C04D6371313e1c
Octal1633315401156674617634
Binary11100111101111011000100110111011011110011000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #731B6C;
 }
 .AnyTagClassName
 {
   color: #731B6C;
 }
</style>
background-color css

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

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

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

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

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

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