Html Css Color HEX #731D6C Palatinate Purple

📋 copy color: '#731D6C'

red 115 ◦ green 29 ◦ blue 108

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

Shades of Palatinate Purple #731D6C

Tints of Palatinate Purple #731D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 45.63%
G = 11.51%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#731D6C (or 0x731D6C) is known color: Palatinate Purple. HEX triplet: 73, 1D and 6C. RGB value is (115,29,108). Sum of RGB (Red+Green+Blue) = 115+29+108=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #731D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D6C is #8CE293. Grayscale: #3F3F3F. Windows color (decimal): -9233044 or 7085427. OLE color: 7085427.

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

Color convert

RGB 115 29 108 -
CMYK 0 0.75 0.06 0.55
HSL 304.88º 0.6% 0.28% -
HSV(B) 304.88º 0.75% 0.45% -
XYZ 10.22 5.61 14.73 -
YUV 63.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 115 29 108 0 0.75 0.06 0.55 304.88 0.6 0.28
Hex 73 1D 6C 0 4B 6 37 131 3C 1C
Octal 163 35 154 0 113 6 67 461 74 34
Binary 1110011 11101 1101100 0 1001011 110 110111 100110001 111100 11100

Color Harmonies of #731D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D6C

Black with #731D6C

Text Example


Text Example

White with #731D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,108); }

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

background-color css

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

 a { background-color: rgb(115,29,108); }

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

border-color css

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

 span { border-color: rgb(115,29,108); }

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