Html Css Color HEX #733463 Palatinate Purple

📋 copy color: '#733463'

red 115 ◦ green 52 ◦ blue 99

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

Shades of Palatinate Purple #733463

Tints of Palatinate Purple #733463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 43.23%
G = 19.55%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#733463 (or 0x733463) is known color: Palatinate Purple. HEX triplet: 73, 34 and 63. RGB value is (115,52,99). Sum of RGB (Red+Green+Blue) = 115+52+99=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #733463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733463 is #8CCB9C. Grayscale: #4C4C4C. Windows color (decimal): -9227165 or 6501491. OLE color: 6501491.

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

Color convert

RGB 115 52 99 -
CMYK 0 0.55 0.14 0.55
HSL 315.24º 0.38% 0.33% -
HSV(B) 315.24º 0.55% 0.45% -
XYZ 10.55 7 12.6 -
YUV 76.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 115 52 99 0 0.55 0.14 0.55 315.24 0.38 0.33
Hex 73 34 63 0 37 E 37 13B 26 21
Octal 163 64 143 0 67 16 67 473 46 41
Binary 1110011 110100 1100011 0 110111 1110 110111 100111011 100110 100001

Color Harmonies of #733463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733463

Black with #733463

Text Example


Text Example

White with #733463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733463; }

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

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

background-color css

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

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

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

border-color css

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

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

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