Html Css Color HEX #731768 Palatinate Purple

📋 copy color: '#731768'

red 115 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #731768

Tints of Palatinate Purple #731768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 47.52%
G = 9.5%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731768 (or 0x731768) is known color: Palatinate Purple. HEX triplet: 73, 17 and 68. RGB value is (115,23,104). Sum of RGB (Red+Green+Blue) = 115+23+104=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #731768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731768 is #8CE897. Grayscale: #3B3B3B. Windows color (decimal): -9234584 or 6821747. OLE color: 6821747.

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

Color convert

RGB 115 23 104 -
CMYK 0 0.80 0.10 0.55
HSL 307.17º 0.67% 0.27% -
HSV(B) 307.17º 0.8% 0.45% -
XYZ 9.88 5.26 13.59 -
YUV 59.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 115 23 104 0 0.80 0.10 0.55 307.17 0.67 0.27
Hex 73 17 68 0 50 A 37 133 43 1B
Octal 163 27 150 0 120 12 67 463 103 33
Binary 1110011 10111 1101000 0 1010000 1010 110111 100110011 1000011 11011

Color Harmonies of #731768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731768

Black with #731768

Text Example


Text Example

White with #731768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731768; }

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

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

background-color css

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

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

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

border-color css

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

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

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