Html Css Color HEX #731F67 Palatinate Purple

📋 copy color: '#731F67'

red 115 ◦ green 31 ◦ blue 103

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

Shades of Palatinate Purple #731F67

Tints of Palatinate Purple #731F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.45%

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

R = 46.18%
G = 12.45%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#731F67 (or 0x731F67) is known color: Palatinate Purple. HEX triplet: 73, 1F and 67. RGB value is (115,31,103). Sum of RGB (Red+Green+Blue) = 115+31+103=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #731F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F67 is #8CE098. Grayscale: #404040. Windows color (decimal): -9232537 or 6758259. OLE color: 6758259.

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

Color convert

RGB 115 31 103 -
CMYK 0 0.73 0.10 0.55
HSL 308.57º 0.58% 0.29% -
HSV(B) 308.57º 0.73% 0.45% -
XYZ 10.01 5.6 13.39 -
YUV 64.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 115 31 103 0 0.73 0.10 0.55 308.57 0.58 0.29
Hex 73 1F 67 0 49 A 37 135 3A 1D
Octal 163 37 147 0 111 12 67 465 72 35
Binary 1110011 11111 1100111 0 1001001 1010 110111 100110101 111010 11101

Color Harmonies of #731F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F67

Black with #731F67

Text Example


Text Example

White with #731F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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