Html Css Color HEX #731E62 Palatinate Purple

📋 copy color: '#731E62'

red 115 ◦ green 30 ◦ blue 98

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

Shades of Palatinate Purple #731E62

Tints of Palatinate Purple #731E62

RGB

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

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

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

R = 47.33%
G = 12.35%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#731E62 (or 0x731E62) is known color: Palatinate Purple. HEX triplet: 73, 1E and 62. RGB value is (115,30,98). Sum of RGB (Red+Green+Blue) = 115+30+98=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #731E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E62 is #8CE19D. Grayscale: #3E3E3E. Windows color (decimal): -9232798 or 6430323. OLE color: 6430323.

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

Color convert

RGB 115 30 98 -
CMYK 0 0.74 0.15 0.55
HSL 312º 0.59% 0.28% -
HSV(B) 312º 0.74% 0.45% -
XYZ 9.74 5.46 12.09 -
YUV 63.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 115 30 98 0 0.74 0.15 0.55 312 0.59 0.28
Hex 73 1E 62 0 4A F 37 138 3B 1C
Octal 163 36 142 0 112 17 67 470 73 34
Binary 1110011 11110 1100010 0 1001010 1111 110111 100111000 111011 11100

Color Harmonies of #731E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E62

Black with #731E62

Text Example


Text Example

White with #731E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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