Html Css Color HEX #731267 Palatinate Purple

📋 copy color: '#731267'

red 115 ◦ green 18 ◦ blue 103

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

Shades of Palatinate Purple #731267

Tints of Palatinate Purple #731267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

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

R = 48.73%
G = 7.63%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731267 (or 0x731267) is known color: Palatinate Purple. HEX triplet: 73, 12 and 67. RGB value is (115,18,103). Sum of RGB (Red+Green+Blue) = 115+18+103=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #731267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731267 is #8CED98. Grayscale: #383838. Windows color (decimal): -9235865 or 6754931. OLE color: 6754931.

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

Color convert

RGB 115 18 103 -
CMYK 0 0.84 0.10 0.55
HSL 307.42º 0.73% 0.26% -
HSV(B) 307.42º 0.84% 0.45% -
XYZ 9.73 5.06 13.29 -
YUV 56.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 115 18 103 0 0.84 0.10 0.55 307.42 0.73 0.26
Hex 73 12 67 0 54 A 37 133 49 1A
Octal 163 22 147 0 124 12 67 463 111 32
Binary 1110011 10010 1100111 0 1010100 1010 110111 100110011 1001001 11010

Color Harmonies of #731267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731267

Black with #731267

Text Example


Text Example

White with #731267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731267; }

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

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

background-color css

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

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

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

border-color css

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

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

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