Html Css Color HEX #731567 Palatinate Purple

📋 copy color: '#731567'

red 115 ◦ green 21 ◦ blue 103

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

Shades of Palatinate Purple #731567

Tints of Palatinate Purple #731567

RGB

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

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

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

R = 48.12%
G = 8.79%
B = 43.1%

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

#731567 (or 0x731567) is known color: Palatinate Purple. HEX triplet: 73, 15 and 67. RGB value is (115,21,103). Sum of RGB (Red+Green+Blue) = 115+21+103=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731567 is #8CEA98. Grayscale: #3A3A3A. Windows color (decimal): -9235097 or 6755699. OLE color: 6755699.

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

Color convert

RGB 115 21 103 -
CMYK 0 0.82 0.10 0.55
HSL 307.66º 0.69% 0.27% -
HSV(B) 307.66º 0.82% 0.45% -
XYZ 9.79 5.16 13.31 -
YUV 58.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 115 21 103 0 0.82 0.10 0.55 307.66 0.69 0.27
Hex 73 15 67 0 52 A 37 134 45 1B
Octal 163 25 147 0 122 12 67 464 105 33
Binary 1110011 10101 1100111 0 1010010 1010 110111 100110100 1000101 11011

Color Harmonies of #731567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731567

Black with #731567

Text Example


Text Example

White with #731567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731567; }

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

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

background-color css

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

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

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

border-color css

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

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

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