Html Css Color HEX #731A58 Palatinate Purple

📋 copy color: '#731A58'

red 115 ◦ green 26 ◦ blue 88

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

Shades of Palatinate Purple #731A58

Tints of Palatinate Purple #731A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

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

R = 50.22%
G = 11.35%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731A58 (or 0x731A58) is known color: Palatinate Purple. HEX triplet: 73, 1A and 58. RGB value is (115,26,88). Sum of RGB (Red+Green+Blue) = 115+26+88=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #731A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A58 is #8CE5A7. Grayscale: #3B3B3B. Windows color (decimal): -9233832 or 5773939. OLE color: 5773939.

HSL color Cylindrical-coordinate representation of color #731A58: hue angle of 318.2º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A58 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 26 88 -
CMYK 0 0.77 0.23 0.55
HSL 318.2º 0.63% 0.28% -
HSV(B) 318.2º 0.77% 0.45% -
XYZ 9.2 5.09 9.73 -
YUV 59.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 115 26 88 0 0.77 0.23 0.55 318.2 0.63 0.28
Hex 73 1A 58 0 4D 17 37 13E 3F 1C
Octal 163 32 130 0 115 27 67 476 77 34
Binary 1110011 11010 1011000 0 1001101 10111 110111 100111110 111111 11100

Color Harmonies of #731A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A58

Black with #731A58

Text Example


Text Example

White with #731A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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