Html Css Color HEX #732261 Palatinate Purple

📋 copy color: '#732261'

red 115 ◦ green 34 ◦ blue 97

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

Shades of Palatinate Purple #732261

Tints of Palatinate Purple #732261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 46.75%
G = 13.82%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#732261 (or 0x732261) is known color: Palatinate Purple. HEX triplet: 73, 22 and 61. RGB value is (115,34,97). Sum of RGB (Red+Green+Blue) = 115+34+97=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #732261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732261 is #8CDD9E. Grayscale: #414141. Windows color (decimal): -9231775 or 6365811. OLE color: 6365811.

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

Color convert

RGB 115 34 97 -
CMYK 0 0.70 0.16 0.55
HSL 313.33º 0.54% 0.29% -
HSV(B) 313.33º 0.7% 0.45% -
XYZ 9.8 5.65 11.88 -
YUV 65.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 115 34 97 0 0.70 0.16 0.55 313.33 0.54 0.29
Hex 73 22 61 0 46 10 37 139 36 1D
Octal 163 42 141 0 106 20 67 471 66 35
Binary 1110011 100010 1100001 0 1000110 10000 110111 100111001 110110 11101

Color Harmonies of #732261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732261

Black with #732261

Text Example


Text Example

White with #732261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732261; }

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

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

background-color css

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

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

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

border-color css

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

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

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