Html Css Color HEX #731367 Palatinate Purple

📋 copy color: '#731367'

red 115 ◦ green 19 ◦ blue 103

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

Shades of Palatinate Purple #731367

Tints of Palatinate Purple #731367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 48.52%
G = 8.02%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731367 (or 0x731367) is known color: Palatinate Purple. HEX triplet: 73, 13 and 67. RGB value is (115,19,103). Sum of RGB (Red+Green+Blue) = 115+19+103=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #731367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731367 is #8CEC98. Grayscale: #393939. Windows color (decimal): -9235609 or 6755187. OLE color: 6755187.

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

Color convert

RGB 115 19 103 -
CMYK 0 0.83 0.10 0.55
HSL 307.5º 0.72% 0.26% -
HSV(B) 307.5º 0.83% 0.45% -
XYZ 9.75 5.09 13.3 -
YUV 57.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 115 19 103 0 0.83 0.10 0.55 307.5 0.72 0.26
Hex 73 13 67 0 53 A 37 134 48 1A
Octal 163 23 147 0 123 12 67 464 110 32
Binary 1110011 10011 1100111 0 1010011 1010 110111 100110100 1001000 11010

Color Harmonies of #731367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731367

Black with #731367

Text Example


Text Example

White with #731367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731367; }

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

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

background-color css

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

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

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

border-color css

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

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

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