Html Css Color HEX #731568 Palatinate Purple

📋 copy color: '#731568'

red 115 ◦ green 21 ◦ blue 104

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

Shades of Palatinate Purple #731568

Tints of Palatinate Purple #731568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

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

R = 47.92%
G = 8.75%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731568 (or 0x731568) is known color: Palatinate Purple. HEX triplet: 73, 15 and 68. RGB value is (115,21,104). Sum of RGB (Red+Green+Blue) = 115+21+104=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #731568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731568 is #8CEA97. Grayscale: #3A3A3A. Windows color (decimal): -9235096 or 6821235. OLE color: 6821235.

HSL color Cylindrical-coordinate representation of color #731568: hue angle of 307.02º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731568 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 104 -
CMYK 0 0.82 0.10 0.55
HSL 307.02º 0.69% 0.27% -
HSV(B) 307.02º 0.82% 0.45% -
XYZ 9.84 5.18 13.58 -
YUV 58.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 115 21 104 0 0.82 0.10 0.55 307.02 0.69 0.27
Hex 73 15 68 0 52 A 37 133 45 1B
Octal 163 25 150 0 122 12 67 463 105 33
Binary 1110011 10101 1101000 0 1010010 1010 110111 100110011 1000101 11011

Color Harmonies of #731568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731568

Black with #731568

Text Example


Text Example

White with #731568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731568; }

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

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

background-color css

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

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

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

border-color css

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

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

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