Html Css Color HEX #732B5A Palatinate Purple

📋 copy color: '#732B5A'

red 115 ◦ green 43 ◦ blue 90

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

Shades of Palatinate Purple #732B5A

Tints of Palatinate Purple #732B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.34%

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 46.37%
G = 17.34%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#732B5A (or 0x732B5A) is known color: Palatinate Purple. HEX triplet: 73, 2B and 5A. RGB value is (115,43,90). Sum of RGB (Red+Green+Blue) = 115+43+90=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #732B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B5A is #8CD4A5. Grayscale: #454545. Windows color (decimal): -9229478 or 5909363. OLE color: 5909363.

HSL color Cylindrical-coordinate representation of color #732B5A: hue angle of 320.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732B5A is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 43 90 -
CMYK 0 0.63 0.22 0.55
HSL 320.83º 0.46% 0.31% -
HSV(B) 320.83º 0.63% 0.45% -
XYZ 9.78 6.11 10.34 -
YUV 69.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 115 43 90 0 0.63 0.22 0.55 320.83 0.46 0.31
Hex 73 2B 5A 0 3F 16 37 141 2E 1F
Octal 163 53 132 0 77 26 67 501 56 37
Binary 1110011 101011 1011010 0 111111 10110 110111 101000001 101110 11111

Color Harmonies of #732B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732B5A

Black with #732B5A

Text Example


Text Example

White with #732B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732B5A; }

 p { color: rgb(115,43,90); }

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

background-color css

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

 a { background-color: rgb(115,43,90); }

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

border-color css

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

 span { border-color: rgb(115,43,90); }

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