#731E6C

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

Shades of Palatinate Purple #731E6C

Tints of Palatinate Purple #731E6C

Color information

#731E6C (or 0x731E6C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 1E and 6C. RGB value is (115,30,108). Sum of RGB (Red+Green+Blue) = 115+30+108=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #731E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E6C is #8CE193. Grayscale: #404040. Windows color (decimal): -9232788 or 7085683. OLE color: 7085683.

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

Color convert

RGB11530108-
CMYK00.740.060.55
HSL304.94º58.62%28.43%-
HSV(B)304.94º73.91%45.1%-
XYZ10.245.6614.74-
YUV64.31152.66164.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=45.45%
G=11.86%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153010800.740.060.55304.9458.6228.43
Hex731E6C04A6371313b1c
Octal1633615401126674617334
Binary11100111111011011000100101011011011110011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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