Html Css Color HEX #732063 Palatinate Purple

📋 copy color: '#732063'

red 115 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #732063

Tints of Palatinate Purple #732063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 46.75%
G = 13.01%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#732063 (or 0x732063) is known color: Palatinate Purple. HEX triplet: 73, 20 and 63. RGB value is (115,32,99). Sum of RGB (Red+Green+Blue) = 115+32+99=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #732063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732063 is #8CDF9C. Grayscale: #404040. Windows color (decimal): -9232285 or 6496371. OLE color: 6496371.

HSL color Cylindrical-coordinate representation of color #732063: hue angle of 311.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732063 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 99 -
CMYK 0 0.72 0.14 0.55
HSL 311.57º 0.56% 0.29% -
HSV(B) 311.57º 0.72% 0.45% -
XYZ 9.84 5.58 12.36 -
YUV 64.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 115 32 99 0 0.72 0.14 0.55 311.57 0.56 0.29
Hex 73 20 63 0 48 E 37 138 38 1D
Octal 163 40 143 0 110 16 67 470 70 35
Binary 1110011 100000 1100011 0 1001000 1110 110111 100111000 111000 11101

Color Harmonies of #732063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732063

Black with #732063

Text Example


Text Example

White with #732063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732063; }

 p { color: rgb(115,32,99); }

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

background-color css

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

 a { background-color: rgb(115,32,99); }

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

border-color css

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

 span { border-color: rgb(115,32,99); }

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