Html Css Color HEX #731858 Palatinate Purple

📋 copy color: '#731858'

red 115 ◦ green 24 ◦ blue 88

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

Shades of Palatinate Purple #731858

Tints of Palatinate Purple #731858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 50.66%
G = 10.57%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731858 (or 0x731858) is known color: Palatinate Purple. HEX triplet: 73, 18 and 58. RGB value is (115,24,88). Sum of RGB (Red+Green+Blue) = 115+24+88=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #731858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731858 is #8CE7A7. Grayscale: #3A3A3A. Windows color (decimal): -9234344 or 5773427. OLE color: 5773427.

HSL color Cylindrical-coordinate representation of color #731858: hue angle of 317.8º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731858 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 24 88 -
CMYK 0 0.79 0.23 0.55
HSL 317.8º 0.65% 0.27% -
HSV(B) 317.8º 0.79% 0.45% -
XYZ 9.16 5 9.72 -
YUV 58.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 115 24 88 0 0.79 0.23 0.55 317.8 0.65 0.27
Hex 73 18 58 0 4F 17 37 13E 41 1B
Octal 163 30 130 0 117 27 67 476 101 33
Binary 1110011 11000 1011000 0 1001111 10111 110111 100111110 1000001 11011

Color Harmonies of #731858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731858

Black with #731858

Text Example


Text Example

White with #731858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731858; }

 p { color: rgb(115,24,88); }

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

background-color css

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

 a { background-color: rgb(115,24,88); }

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

border-color css

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

 span { border-color: rgb(115,24,88); }

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