Html Css Color HEX #731F5A Palatinate Purple

📋 copy color: '#731F5A'

red 115 ◦ green 31 ◦ blue 90

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

Shades of Palatinate Purple #731F5A

Tints of Palatinate Purple #731F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 48.73%
G = 13.14%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#731F5A (or 0x731F5A) is known color: Palatinate Purple. HEX triplet: 73, 1F and 5A. RGB value is (115,31,90). Sum of RGB (Red+Green+Blue) = 115+31+90=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #731F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F5A is #8CE0A5. Grayscale: #3E3E3E. Windows color (decimal): -9232550 or 5906291. OLE color: 5906291.

HSL color Cylindrical-coordinate representation of color #731F5A: hue angle of 317.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F5A is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 90 -
CMYK 0 0.73 0.22 0.55
HSL 317.86º 0.58% 0.29% -
HSV(B) 317.86º 0.73% 0.45% -
XYZ 9.41 5.36 10.21 -
YUV 62.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 115 31 90 0 0.73 0.22 0.55 317.86 0.58 0.29
Hex 73 1F 5A 0 49 16 37 13E 3A 1D
Octal 163 37 132 0 111 26 67 476 72 35
Binary 1110011 11111 1011010 0 1001001 10110 110111 100111110 111010 11101

Color Harmonies of #731F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F5A

Black with #731F5A

Text Example


Text Example

White with #731F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,90); }

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

background-color css

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

 a { background-color: rgb(115,31,90); }

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

border-color css

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

 span { border-color: rgb(115,31,90); }

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