Html Css Color HEX #731F62 Palatinate Purple

📋 copy color: '#731F62'

red 115 ◦ green 31 ◦ blue 98

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

Shades of Palatinate Purple #731F62

Tints of Palatinate Purple #731F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 47.13%
G = 12.7%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#731F62 (or 0x731F62) is known color: Palatinate Purple. HEX triplet: 73, 1F and 62. RGB value is (115,31,98). Sum of RGB (Red+Green+Blue) = 115+31+98=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #731F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F62 is #8CE09D. Grayscale: #3F3F3F. Windows color (decimal): -9232542 or 6430579. OLE color: 6430579.

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

Color convert

RGB 115 31 98 -
CMYK 0 0.73 0.15 0.55
HSL 312.14º 0.58% 0.29% -
HSV(B) 312.14º 0.73% 0.45% -
XYZ 9.76 5.51 12.1 -
YUV 63.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 115 31 98 0 0.73 0.15 0.55 312.14 0.58 0.29
Hex 73 1F 62 0 49 F 37 138 3A 1D
Octal 163 37 142 0 111 17 67 470 72 35
Binary 1110011 11111 1100010 0 1001001 1111 110111 100111000 111010 11101

Color Harmonies of #731F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F62

Black with #731F62

Text Example


Text Example

White with #731F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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