Html Css Color HEX #731068 Palatinate Purple

📋 copy color: '#731068'

red 115 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #731068

Tints of Palatinate Purple #731068

RGB

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

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

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

R = 48.94%
G = 6.81%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731068 (or 0x731068) is known color: Palatinate Purple. HEX triplet: 73, 10 and 68. RGB value is (115,16,104). Sum of RGB (Red+Green+Blue) = 115+16+104=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731068 is #8CEF97. Grayscale: #373737. Windows color (decimal): -9236376 or 6819955. OLE color: 6819955.

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

Color convert

RGB 115 16 104 -
CMYK 0 0.86 0.10 0.55
HSL 306.67º 0.76% 0.26% -
HSV(B) 306.67º 0.86% 0.45% -
XYZ 9.75 5.01 13.55 -
YUV 55.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 115 16 104 0 0.86 0.10 0.55 306.67 0.76 0.26
Hex 73 10 68 0 56 A 37 133 4C 1A
Octal 163 20 150 0 126 12 67 463 114 32
Binary 1110011 10000 1101000 0 1010110 1010 110111 100110011 1001100 11010

Color Harmonies of #731068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731068

Black with #731068

Text Example


Text Example

White with #731068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731068; }

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

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

background-color css

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

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

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

border-color css

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

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

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