Html Css Color HEX #731D63 Palatinate Purple

📋 copy color: '#731D63'

red 115 ◦ green 29 ◦ blue 99

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

Shades of Palatinate Purple #731D63

Tints of Palatinate Purple #731D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 47.33%
G = 11.93%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#731D63 (or 0x731D63) is known color: Palatinate Purple. HEX triplet: 73, 1D and 63. RGB value is (115,29,99). Sum of RGB (Red+Green+Blue) = 115+29+99=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #731D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D63 is #8CE29C. Grayscale: #3E3E3E. Windows color (decimal): -9233053 or 6495603. OLE color: 6495603.

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

Color convert

RGB 115 29 99 -
CMYK 0 0.75 0.14 0.55
HSL 311.16º 0.6% 0.28% -
HSV(B) 311.16º 0.75% 0.45% -
XYZ 9.76 5.42 12.34 -
YUV 62.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 115 29 99 0 0.75 0.14 0.55 311.16 0.6 0.28
Hex 73 1D 63 0 4B E 37 137 3C 1C
Octal 163 35 143 0 113 16 67 467 74 34
Binary 1110011 11101 1100011 0 1001011 1110 110111 100110111 111100 11100

Color Harmonies of #731D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D63

Black with #731D63

Text Example


Text Example

White with #731D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,99); }

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

background-color css

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

 a { background-color: rgb(115,29,99); }

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

border-color css

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

 span { border-color: rgb(115,29,99); }

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