Html Css Color HEX #731558 Palatinate Purple

📋 copy color: '#731558'

red 115 ◦ green 21 ◦ blue 88

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

Shades of Palatinate Purple #731558

Tints of Palatinate Purple #731558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 51.34%
G = 9.38%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731558 (or 0x731558) is known color: Palatinate Purple. HEX triplet: 73, 15 and 58. RGB value is (115,21,88). Sum of RGB (Red+Green+Blue) = 115+21+88=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #731558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731558 is #8CEAA7. Grayscale: #383838. Windows color (decimal): -9235112 or 5772659. OLE color: 5772659.

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

Color convert

RGB 115 21 88 -
CMYK 0 0.82 0.23 0.55
HSL 317.23º 0.69% 0.27% -
HSV(B) 317.23º 0.82% 0.45% -
XYZ 9.1 4.89 9.7 -
YUV 56.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 115 21 88 0 0.82 0.23 0.55 317.23 0.69 0.27
Hex 73 15 58 0 52 17 37 13D 45 1B
Octal 163 25 130 0 122 27 67 475 105 33
Binary 1110011 10101 1011000 0 1010010 10111 110111 100111101 1000101 11011

Color Harmonies of #731558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731558

Black with #731558

Text Example


Text Example

White with #731558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731558; }

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

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

background-color css

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

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

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

border-color css

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

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

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