Html Css Color HEX #731662 Palatinate Purple

📋 copy color: '#731662'

red 115 ◦ green 22 ◦ blue 98

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

Shades of Palatinate Purple #731662

Tints of Palatinate Purple #731662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 48.94%
G = 9.36%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#731662 (or 0x731662) is known color: Palatinate Purple. HEX triplet: 73, 16 and 62. RGB value is (115,22,98). Sum of RGB (Red+Green+Blue) = 115+22+98=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731662 is #8CE99D. Grayscale: #3A3A3A. Windows color (decimal): -9234846 or 6428275. OLE color: 6428275.

HSL color Cylindrical-coordinate representation of color #731662: hue angle of 310.97º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731662 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 98 -
CMYK 0 0.81 0.15 0.55
HSL 310.97º 0.68% 0.27% -
HSV(B) 310.97º 0.81% 0.45% -
XYZ 9.56 5.1 12.04 -
YUV 58.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 115 22 98 0 0.81 0.15 0.55 310.97 0.68 0.27
Hex 73 16 62 0 51 F 37 137 44 1B
Octal 163 26 142 0 121 17 67 467 104 33
Binary 1110011 10110 1100010 0 1010001 1111 110111 100110111 1000100 11011

Color Harmonies of #731662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731662

Black with #731662

Text Example


Text Example

White with #731662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731662; }

 p { color: rgb(115,22,98); }

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

background-color css

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

 a { background-color: rgb(115,22,98); }

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

border-color css

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

 span { border-color: rgb(115,22,98); }

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