Html Css Color HEX #731167 Palatinate Purple

📋 copy color: '#731167'

red 115 ◦ green 17 ◦ blue 103

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

Shades of Palatinate Purple #731167

Tints of Palatinate Purple #731167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 48.94%
G = 7.23%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731167 (or 0x731167) is known color: Palatinate Purple. HEX triplet: 73, 11 and 67. RGB value is (115,17,103). Sum of RGB (Red+Green+Blue) = 115+17+103=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731167 is #8CEE98. Grayscale: #373737. Windows color (decimal): -9236121 or 6754675. OLE color: 6754675.

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

Color convert

RGB 115 17 103 -
CMYK 0 0.85 0.10 0.55
HSL 307.35º 0.74% 0.26% -
HSV(B) 307.35º 0.85% 0.45% -
XYZ 9.72 5.03 13.29 -
YUV 56.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 115 17 103 0 0.85 0.10 0.55 307.35 0.74 0.26
Hex 73 11 67 0 55 A 37 133 4A 1A
Octal 163 21 147 0 125 12 67 463 112 32
Binary 1110011 10001 1100111 0 1010101 1010 110111 100110011 1001010 11010

Color Harmonies of #731167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731167

Black with #731167

Text Example


Text Example

White with #731167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731167; }

 p { color: rgb(115,17,103); }

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

background-color css

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

 a { background-color: rgb(115,17,103); }

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

border-color css

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

 span { border-color: rgb(115,17,103); }

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