Html Css Color HEX #731263 Palatinate Purple

📋 copy color: '#731263'

red 115 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #731263

Tints of Palatinate Purple #731263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 49.57%
G = 7.76%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#731263 (or 0x731263) is known color: Palatinate Purple. HEX triplet: 73, 12 and 63. RGB value is (115,18,99). Sum of RGB (Red+Green+Blue) = 115+18+99=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731263 is #8CED9C. Grayscale: #383838. Windows color (decimal): -9235869 or 6492787. OLE color: 6492787.

HSL color Cylindrical-coordinate representation of color #731263: hue angle of 309.9º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731263 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 99 -
CMYK 0 0.84 0.14 0.55
HSL 309.9º 0.73% 0.26% -
HSV(B) 309.9º 0.84% 0.45% -
XYZ 9.54 4.98 12.26 -
YUV 56.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 115 18 99 0 0.84 0.14 0.55 309.9 0.73 0.26
Hex 73 12 63 0 54 E 37 136 49 1A
Octal 163 22 143 0 124 16 67 466 111 32
Binary 1110011 10010 1100011 0 1010100 1110 110111 100110110 1001001 11010

Color Harmonies of #731263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731263

Black with #731263

Text Example


Text Example

White with #731263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731263; }

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

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

background-color css

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

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

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

border-color css

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

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

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