Html Css Color HEX #732259 Palatinate Purple

📋 copy color: '#732259'

red 115 ◦ green 34 ◦ blue 89

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

Shades of Palatinate Purple #732259

Tints of Palatinate Purple #732259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 48.32%
G = 14.29%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#732259 (or 0x732259) is known color: Palatinate Purple. HEX triplet: 73, 22 and 59. RGB value is (115,34,89). Sum of RGB (Red+Green+Blue) = 115+34+89=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #732259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732259 is #8CDDA6. Grayscale: #404040. Windows color (decimal): -9231783 or 5841523. OLE color: 5841523.

HSL color Cylindrical-coordinate representation of color #732259: hue angle of 319.26º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732259 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 89 -
CMYK 0 0.70 0.23 0.55
HSL 319.26º 0.54% 0.29% -
HSV(B) 319.26º 0.7% 0.45% -
XYZ 9.45 5.51 10.02 -
YUV 64.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 115 34 89 0 0.70 0.23 0.55 319.26 0.54 0.29
Hex 73 22 59 0 46 17 37 13F 36 1D
Octal 163 42 131 0 106 27 67 477 66 35
Binary 1110011 100010 1011001 0 1000110 10111 110111 100111111 110110 11101

Color Harmonies of #732259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732259

Black with #732259

Text Example


Text Example

White with #732259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732259; }

 p { color: rgb(115,34,89); }

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

background-color css

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

 a { background-color: rgb(115,34,89); }

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

border-color css

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

 span { border-color: rgb(115,34,89); }

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