Html Css Color HEX #731764 Palatinate Purple

📋 copy color: '#731764'

red 115 ◦ green 23 ◦ blue 100

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

Shades of Palatinate Purple #731764

Tints of Palatinate Purple #731764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 48.32%
G = 9.66%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#731764 (or 0x731764) is known color: Palatinate Purple. HEX triplet: 73, 17 and 64. RGB value is (115,23,100). Sum of RGB (Red+Green+Blue) = 115+23+100=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731764 is #8CE89B. Grayscale: #3B3B3B. Windows color (decimal): -9234588 or 6559603. OLE color: 6559603.

HSL color Cylindrical-coordinate representation of color #731764: hue angle of 309.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731764 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 100 -
CMYK 0 0.80 0.13 0.55
HSL 309.78º 0.67% 0.27% -
HSV(B) 309.78º 0.8% 0.45% -
XYZ 9.68 5.18 12.55 -
YUV 59.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 115 23 100 0 0.80 0.13 0.55 309.78 0.67 0.27
Hex 73 17 64 0 50 D 37 136 43 1B
Octal 163 27 144 0 120 15 67 466 103 33
Binary 1110011 10111 1100100 0 1010000 1101 110111 100110110 1000011 11011

Color Harmonies of #731764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731764

Black with #731764

Text Example


Text Example

White with #731764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731764; }

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

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

background-color css

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

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

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

border-color css

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

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

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