Html Css Color HEX #731769 Palatinate Purple

📋 copy color: '#731769'

red 115 ◦ green 23 ◦ blue 105

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

Shades of Palatinate Purple #731769

Tints of Palatinate Purple #731769

RGB

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

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

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

R = 47.33%
G = 9.47%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#731769 (or 0x731769) is known color: Palatinate Purple. HEX triplet: 73, 17 and 69. RGB value is (115,23,105). Sum of RGB (Red+Green+Blue) = 115+23+105=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #731769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731769 is #8CE896. Grayscale: #3B3B3B. Windows color (decimal): -9234583 or 6887283. OLE color: 6887283.

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

Color convert

RGB 115 23 105 -
CMYK 0 0.80 0.09 0.55
HSL 306.52º 0.67% 0.27% -
HSV(B) 306.52º 0.8% 0.45% -
XYZ 9.93 5.28 13.86 -
YUV 59.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 115 23 105 0 0.80 0.09 0.55 306.52 0.67 0.27
Hex 73 17 69 0 50 9 37 133 43 1B
Octal 163 27 151 0 120 11 67 463 103 33
Binary 1110011 10111 1101001 0 1010000 1001 110111 100110011 1000011 11011

Color Harmonies of #731769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731769

Black with #731769

Text Example


Text Example

White with #731769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731769; }

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

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

background-color css

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

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

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

border-color css

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

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

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