Html Css Color HEX #731C5A Palatinate Purple

📋 copy color: '#731C5A'

red 115 ◦ green 28 ◦ blue 90

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

Shades of Palatinate Purple #731C5A

Tints of Palatinate Purple #731C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 49.36%
G = 12.02%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#731C5A (or 0x731C5A) is known color: Palatinate Purple. HEX triplet: 73, 1C and 5A. RGB value is (115,28,90). Sum of RGB (Red+Green+Blue) = 115+28+90=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #731C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C5A is #8CE3A5. Grayscale: #3C3C3C. Windows color (decimal): -9233318 or 5905523. OLE color: 5905523.

HSL color Cylindrical-coordinate representation of color #731C5A: hue angle of 317.24º 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 #731C5A is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 28 90 -
CMYK 0 0.76 0.22 0.55
HSL 317.24º 0.61% 0.28% -
HSV(B) 317.24º 0.76% 0.45% -
XYZ 9.33 5.21 10.19 -
YUV 61.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 115 28 90 0 0.76 0.22 0.55 317.24 0.61 0.28
Hex 73 1C 5A 0 4C 16 37 13D 3D 1C
Octal 163 34 132 0 114 26 67 475 75 34
Binary 1110011 11100 1011010 0 1001100 10110 110111 100111101 111101 11100

Color Harmonies of #731C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C5A

Black with #731C5A

Text Example


Text Example

White with #731C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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