Html Css Color HEX #733561 Palatinate Purple

📋 copy color: '#733561'

red 115 ◦ green 53 ◦ blue 97

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

Shades of Palatinate Purple #733561

Tints of Palatinate Purple #733561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 43.4%
G = 20%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#733561 (or 0x733561) is known color: Palatinate Purple. HEX triplet: 73, 35 and 61. RGB value is (115,53,97). Sum of RGB (Red+Green+Blue) = 115+53+97=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733561 is #8CCA9E. Grayscale: #4C4C4C. Windows color (decimal): -9226911 or 6370675. OLE color: 6370675.

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

Color convert

RGB 115 53 97 -
CMYK 0 0.54 0.16 0.55
HSL 317.42º 0.37% 0.33% -
HSV(B) 317.42º 0.54% 0.45% -
XYZ 10.5 7.05 12.12 -
YUV 76.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 115 53 97 0 0.54 0.16 0.55 317.42 0.37 0.33
Hex 73 35 61 0 36 10 37 13D 25 21
Octal 163 65 141 0 66 20 67 475 45 41
Binary 1110011 110101 1100001 0 110110 10000 110111 100111101 100101 100001

Color Harmonies of #733561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733561

Black with #733561

Text Example


Text Example

White with #733561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733561; }

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

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

background-color css

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

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

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

border-color css

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

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

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