Html Css Color HEX #731C69 Palatinate Purple

📋 copy color: '#731C69'

red 115 ◦ green 28 ◦ blue 105

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

Shades of Palatinate Purple #731C69

Tints of Palatinate Purple #731C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.34%

R = 46.37%
G = 11.29%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#731C69 (or 0x731C69) is known color: Palatinate Purple. HEX triplet: 73, 1C and 69. RGB value is (115,28,105). Sum of RGB (Red+Green+Blue) = 115+28+105=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #731C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C69 is #8CE396. Grayscale: #3E3E3E. Windows color (decimal): -9233303 or 6888563. OLE color: 6888563.

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

Color convert

RGB 115 28 105 -
CMYK 0 0.76 0.09 0.55
HSL 306.9º 0.61% 0.28% -
HSV(B) 306.9º 0.76% 0.45% -
XYZ 10.04 5.5 13.9 -
YUV 62.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 115 28 105 0 0.76 0.09 0.55 306.9 0.61 0.28
Hex 73 1C 69 0 4C 9 37 133 3D 1C
Octal 163 34 151 0 114 11 67 463 75 34
Binary 1110011 11100 1101001 0 1001100 1001 110111 100110011 111101 11100

Color Harmonies of #731C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C69

Black with #731C69

Text Example


Text Example

White with #731C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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