Html Css Color HEX #733263 Palatinate Purple

📋 copy color: '#733263'

red 115 ◦ green 50 ◦ blue 99

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

Shades of Palatinate Purple #733263

Tints of Palatinate Purple #733263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

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

R = 43.56%
G = 18.94%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#733263 (or 0x733263) is known color: Palatinate Purple. HEX triplet: 73, 32 and 63. RGB value is (115,50,99). Sum of RGB (Red+Green+Blue) = 115+50+99=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #733263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733263 is #8CCD9C. Grayscale: #4A4A4A. Windows color (decimal): -9227677 or 6500979. OLE color: 6500979.

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

Color convert

RGB 115 50 99 -
CMYK 0 0.57 0.14 0.55
HSL 314.77º 0.39% 0.32% -
HSV(B) 314.77º 0.57% 0.45% -
XYZ 10.46 6.83 12.57 -
YUV 75.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 115 50 99 0 0.57 0.14 0.55 314.77 0.39 0.32
Hex 73 32 63 0 39 E 37 13B 27 20
Octal 163 62 143 0 71 16 67 473 47 40
Binary 1110011 110010 1100011 0 111001 1110 110111 100111011 100111 100000

Color Harmonies of #733263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733263

Black with #733263

Text Example


Text Example

White with #733263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733263; }

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

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

background-color css

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

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

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

border-color css

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

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

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