Html Css Color HEX #731765 Palatinate Purple

📋 copy color: '#731765'

red 115 ◦ green 23 ◦ blue 101

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

Shades of Palatinate Purple #731765

Tints of Palatinate Purple #731765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

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

R = 48.12%
G = 9.62%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#731765 (or 0x731765) is known color: Palatinate Purple. HEX triplet: 73, 17 and 65. RGB value is (115,23,101). Sum of RGB (Red+Green+Blue) = 115+23+101=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731765 is #8CE89A. Grayscale: #3B3B3B. Windows color (decimal): -9234587 or 6625139. OLE color: 6625139.

HSL color Cylindrical-coordinate representation of color #731765: hue angle of 309.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731765 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 101 -
CMYK 0 0.80 0.12 0.55
HSL 309.13º 0.67% 0.27% -
HSV(B) 309.13º 0.8% 0.45% -
XYZ 9.73 5.2 12.8 -
YUV 59.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 115 23 101 0 0.80 0.12 0.55 309.13 0.67 0.27
Hex 73 17 65 0 50 C 37 135 43 1B
Octal 163 27 145 0 120 14 67 465 103 33
Binary 1110011 10111 1100101 0 1010000 1100 110111 100110101 1000011 11011

Color Harmonies of #731765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731765

Black with #731765

Text Example


Text Example

White with #731765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731765; }

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

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

background-color css

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

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

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

border-color css

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

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

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