Html Css Color HEX #731064 Palatinate Purple

📋 copy color: '#731064'

red 115 ◦ green 16 ◦ blue 100

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

Shades of Palatinate Purple #731064

Tints of Palatinate Purple #731064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 49.78%
G = 6.93%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#731064 (or 0x731064) is known color: Palatinate Purple. HEX triplet: 73, 10 and 64. RGB value is (115,16,100). Sum of RGB (Red+Green+Blue) = 115+16+100=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #731064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731064 is #8CEF9B. Grayscale: #363636. Windows color (decimal): -9236380 or 6557811. OLE color: 6557811.

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

Color convert

RGB 115 16 100 -
CMYK 0 0.86 0.13 0.55
HSL 309.09º 0.76% 0.26% -
HSV(B) 309.09º 0.86% 0.45% -
XYZ 9.56 4.94 12.51 -
YUV 55.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 115 16 100 0 0.86 0.13 0.55 309.09 0.76 0.26
Hex 73 10 64 0 56 D 37 135 4C 1A
Octal 163 20 144 0 126 15 67 465 114 32
Binary 1110011 10000 1100100 0 1010110 1101 110111 100110101 1001100 11010

Color Harmonies of #731064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731064

Black with #731064

Text Example


Text Example

White with #731064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731064; }

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

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

background-color css

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

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

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

border-color css

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

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

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