Html Css Color HEX #731C58 Palatinate Purple

📋 copy color: '#731C58'

red 115 ◦ green 28 ◦ blue 88

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

Shades of Palatinate Purple #731C58

Tints of Palatinate Purple #731C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.12%

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

R = 49.78%
G = 12.12%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#731C58 (or 0x731C58) is known color: Palatinate Purple. HEX triplet: 73, 1C and 58. RGB value is (115,28,88). Sum of RGB (Red+Green+Blue) = 115+28+88=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #731C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C58 is #8CE3A7. Grayscale: #3C3C3C. Windows color (decimal): -9233320 or 5774451. OLE color: 5774451.

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

Color convert

RGB 115 28 88 -
CMYK 0 0.76 0.23 0.55
HSL 318.62º 0.61% 0.28% -
HSV(B) 318.62º 0.76% 0.45% -
XYZ 9.25 5.18 9.74 -
YUV 60.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 115 28 88 0 0.76 0.23 0.55 318.62 0.61 0.28
Hex 73 1C 58 0 4C 17 37 13F 3D 1C
Octal 163 34 130 0 114 27 67 477 75 34
Binary 1110011 11100 1011000 0 1001100 10111 110111 100111111 111101 11100

Color Harmonies of #731C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C58

Black with #731C58

Text Example


Text Example

White with #731C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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