Html Css Color HEX #731362 Palatinate Purple

📋 copy color: '#731362'

red 115 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #731362

Tints of Palatinate Purple #731362

RGB

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

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

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

R = 49.57%
G = 8.19%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#731362 (or 0x731362) is known color: Palatinate Purple. HEX triplet: 73, 13 and 62. RGB value is (115,19,98). Sum of RGB (Red+Green+Blue) = 115+19+98=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731362 is #8CEC9D. Grayscale: #383838. Windows color (decimal): -9235614 or 6427507. OLE color: 6427507.

HSL color Cylindrical-coordinate representation of color #731362: hue angle of 310.62º 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 #731362 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 98 -
CMYK 0 0.83 0.15 0.55
HSL 310.63º 0.72% 0.26% -
HSV(B) 310.63º 0.83% 0.45% -
XYZ 9.51 4.99 12.02 -
YUV 56.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 115 19 98 0 0.83 0.15 0.55 310.63 0.72 0.26
Hex 73 13 62 0 53 F 37 137 48 1A
Octal 163 23 142 0 123 17 67 467 110 32
Binary 1110011 10011 1100010 0 1010011 1111 110111 100110111 1001000 11010

Color Harmonies of #731362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731362

Black with #731362

Text Example


Text Example

White with #731362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731362; }

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

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

background-color css

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

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

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

border-color css

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

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

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