Html Css Color HEX #731364 Palatinate Purple

📋 copy color: '#731364'

red 115 ◦ green 19 ◦ blue 100

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

Shades of Palatinate Purple #731364

Tints of Palatinate Purple #731364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 49.15%
G = 8.12%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#731364 (or 0x731364) is known color: Palatinate Purple. HEX triplet: 73, 13 and 64. RGB value is (115,19,100). Sum of RGB (Red+Green+Blue) = 115+19+100=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731364 is #8CEC9B. Grayscale: #383838. Windows color (decimal): -9235612 or 6558579. OLE color: 6558579.

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

Color convert

RGB 115 19 100 -
CMYK 0 0.83 0.13 0.55
HSL 309.38º 0.72% 0.26% -
HSV(B) 309.38º 0.83% 0.45% -
XYZ 9.6 5.03 12.52 -
YUV 56.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 115 19 100 0 0.83 0.13 0.55 309.38 0.72 0.26
Hex 73 13 64 0 53 D 37 135 48 1A
Octal 163 23 144 0 123 15 67 465 110 32
Binary 1110011 10011 1100100 0 1010011 1101 110111 100110101 1001000 11010

Color Harmonies of #731364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731364

Black with #731364

Text Example


Text Example

White with #731364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731364; }

 p { color: rgb(115,19,100); }

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

background-color css

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

 a { background-color: rgb(115,19,100); }

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

border-color css

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

 span { border-color: rgb(115,19,100); }

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