Html Css Color HEX #731262 Palatinate Purple

📋 copy color: '#731262'

red 115 ◦ green 18 ◦ blue 98

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

Shades of Palatinate Purple #731262

Tints of Palatinate Purple #731262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

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

R = 49.78%
G = 7.79%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#731262 (or 0x731262) is known color: Palatinate Purple. HEX triplet: 73, 12 and 62. RGB value is (115,18,98). Sum of RGB (Red+Green+Blue) = 115+18+98=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #731262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731262 is #8CED9D. Grayscale: #373737. Windows color (decimal): -9235870 or 6427251. OLE color: 6427251.

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

Color convert

RGB 115 18 98 -
CMYK 0 0.84 0.15 0.55
HSL 310.52º 0.73% 0.26% -
HSV(B) 310.52º 0.84% 0.45% -
XYZ 9.49 4.96 12.01 -
YUV 56.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 115 18 98 0 0.84 0.15 0.55 310.52 0.73 0.26
Hex 73 12 62 0 54 F 37 137 49 1A
Octal 163 22 142 0 124 17 67 467 111 32
Binary 1110011 10010 1100010 0 1010100 1111 110111 100110111 1001001 11010

Color Harmonies of #731262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731262

Black with #731262

Text Example


Text Example

White with #731262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731262; }

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

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

background-color css

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

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

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

border-color css

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

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

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