Html Css Color HEX #731962 Palatinate Purple

📋 copy color: '#731962'

red 115 ◦ green 25 ◦ blue 98

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

Shades of Palatinate Purple #731962

Tints of Palatinate Purple #731962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 48.32%
G = 10.5%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#731962 (or 0x731962) is known color: Palatinate Purple. HEX triplet: 73, 19 and 62. RGB value is (115,25,98). Sum of RGB (Red+Green+Blue) = 115+25+98=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731962 is #8CE69D. Grayscale: #3C3C3C. Windows color (decimal): -9234078 or 6429043. OLE color: 6429043.

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

Color convert

RGB 115 25 98 -
CMYK 0 0.78 0.15 0.55
HSL 311.33º 0.64% 0.27% -
HSV(B) 311.33º 0.78% 0.45% -
XYZ 9.62 5.22 12.06 -
YUV 60.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 115 25 98 0 0.78 0.15 0.55 311.33 0.64 0.27
Hex 73 19 62 0 4E F 37 137 40 1B
Octal 163 31 142 0 116 17 67 467 100 33
Binary 1110011 11001 1100010 0 1001110 1111 110111 100110111 1000000 11011

Color Harmonies of #731962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731962

Black with #731962

Text Example


Text Example

White with #731962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731962; }

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

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

background-color css

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

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

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

border-color css

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

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

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