Html Css Color HEX #731065 Palatinate Purple

📋 copy color: '#731065'

red 115 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #731065

Tints of Palatinate Purple #731065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 49.57%
G = 6.9%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#731065 (or 0x731065) is known color: Palatinate Purple. HEX triplet: 73, 10 and 65. RGB value is (115,16,101). Sum of RGB (Red+Green+Blue) = 115+16+101=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731065 is #8CEF9A. Grayscale: #373737. Windows color (decimal): -9236379 or 6623347. OLE color: 6623347.

HSL color Cylindrical-coordinate representation of color #731065: hue angle of 308.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731065 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 101 -
CMYK 0 0.86 0.12 0.55
HSL 308.48º 0.76% 0.26% -
HSV(B) 308.48º 0.86% 0.45% -
XYZ 9.6 4.96 12.76 -
YUV 55.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 115 16 101 0 0.86 0.12 0.55 308.48 0.76 0.26
Hex 73 10 65 0 56 C 37 134 4C 1A
Octal 163 20 145 0 126 14 67 464 114 32
Binary 1110011 10000 1100101 0 1010110 1100 110111 100110100 1001100 11010

Color Harmonies of #731065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731065

Black with #731065

Text Example


Text Example

White with #731065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731065; }

 p { color: rgb(115,16,101); }

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

background-color css

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

 a { background-color: rgb(115,16,101); }

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

border-color css

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

 span { border-color: rgb(115,16,101); }

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