Html Css Color HEX #731A6E Palatinate Purple

📋 copy color: '#731A6E'

red 115 ◦ green 26 ◦ blue 110

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

Shades of Palatinate Purple #731A6E

Tints of Palatinate Purple #731A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 45.82%
G = 10.36%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#731A6E (or 0x731A6E) is known color: Palatinate Purple. HEX triplet: 73, 1A and 6E. RGB value is (115,26,110). Sum of RGB (Red+Green+Blue) = 115+26+110=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A6E is #8CE591. Grayscale: #3D3D3D. Windows color (decimal): -9233810 or 7215731. OLE color: 7215731.

HSL color Cylindrical-coordinate representation of color #731A6E: hue angle of 303.37º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A6E is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 26 110 -
CMYK 0 0.77 0.04 0.55
HSL 303.37º 0.63% 0.28% -
HSV(B) 303.37º 0.77% 0.45% -
XYZ 10.25 5.51 15.27 -
YUV 62.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 115 26 110 0 0.77 0.04 0.55 303.37 0.63 0.28
Hex 73 1A 6E 0 4D 4 37 12F 3F 1C
Octal 163 32 156 0 115 4 67 457 77 34
Binary 1110011 11010 1101110 0 1001101 100 110111 100101111 111111 11100

Color Harmonies of #731A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A6E

Black with #731A6E

Text Example


Text Example

White with #731A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,110); }

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

background-color css

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

 a { background-color: rgb(115,26,110); }

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

border-color css

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

 span { border-color: rgb(115,26,110); }

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