Html Css Color HEX #731C66 Palatinate Purple

📋 copy color: '#731C66'

red 115 ◦ green 28 ◦ blue 102

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

Shades of Palatinate Purple #731C66

Tints of Palatinate Purple #731C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 46.94%
G = 11.43%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#731C66 (or 0x731C66) is known color: Palatinate Purple. HEX triplet: 73, 1C and 66. RGB value is (115,28,102). Sum of RGB (Red+Green+Blue) = 115+28+102=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #731C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C66 is #8CE399. Grayscale: #3E3E3E. Windows color (decimal): -9233306 or 6691955. OLE color: 6691955.

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

Color convert

RGB 115 28 102 -
CMYK 0 0.76 0.11 0.55
HSL 308.97º 0.61% 0.28% -
HSV(B) 308.97º 0.76% 0.45% -
XYZ 9.88 5.43 13.1 -
YUV 62.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 115 28 102 0 0.76 0.11 0.55 308.97 0.61 0.28
Hex 73 1C 66 0 4C B 37 135 3D 1C
Octal 163 34 146 0 114 13 67 465 75 34
Binary 1110011 11100 1100110 0 1001100 1011 110111 100110101 111101 11100

Color Harmonies of #731C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C66

Black with #731C66

Text Example


Text Example

White with #731C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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