Html Css Color HEX #731E5F Palatinate Purple

📋 copy color: '#731E5F'

red 115 ◦ green 30 ◦ blue 95

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

Shades of Palatinate Purple #731E5F

Tints of Palatinate Purple #731E5F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 47.92%
G = 12.5%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#731E5F (or 0x731E5F) is known color: Palatinate Purple. HEX triplet: 73, 1E and 5F. RGB value is (115,30,95). Sum of RGB (Red+Green+Blue) = 115+30+95=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #731E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E5F is #8CE1A0. Grayscale: #3E3E3E. Windows color (decimal): -9232801 or 6233715. OLE color: 6233715.

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

Color convert

RGB 115 30 95 -
CMYK 0 0.74 0.17 0.55
HSL 314.12º 0.59% 0.28% -
HSV(B) 314.12º 0.74% 0.45% -
XYZ 9.6 5.4 11.36 -
YUV 62.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 115 30 95 0 0.74 0.17 0.55 314.12 0.59 0.28
Hex 73 1E 5F 0 4A 11 37 13A 3B 1C
Octal 163 36 137 0 112 21 67 472 73 34
Binary 1110011 11110 1011111 0 1001010 10001 110111 100111010 111011 11100

Color Harmonies of #731E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E5F

Black with #731E5F

Text Example


Text Example

White with #731E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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