Html Css Color HEX #733B68 Palatinate Purple

📋 copy color: '#733B68'

red 115 ◦ green 59 ◦ blue 104

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

Shades of Palatinate Purple #733B68

Tints of Palatinate Purple #733B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 41.37%
G = 21.22%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#733B68 (or 0x733B68) is known color: Palatinate Purple. HEX triplet: 73, 3B and 68. RGB value is (115,59,104). Sum of RGB (Red+Green+Blue) = 115+59+104=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #733B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B68 is #8CC497. Grayscale: #505050. Windows color (decimal): -9225368 or 6830963. OLE color: 6830963.

HSL color Cylindrical-coordinate representation of color #733B68: hue angle of 311.79º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B68 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 59 104 -
CMYK 0 0.49 0.10 0.55
HSL 311.79º 0.32% 0.34% -
HSV(B) 311.79º 0.49% 0.45% -
XYZ 11.13 7.77 14.01 -
YUV 80.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 115 59 104 0 0.49 0.10 0.55 311.79 0.32 0.34
Hex 73 3B 68 0 31 A 37 138 20 22
Octal 163 73 150 0 61 12 67 470 40 42
Binary 1110011 111011 1101000 0 110001 1010 110111 100111000 100000 100010

Color Harmonies of #733B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733B68

Black with #733B68

Text Example


Text Example

White with #733B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733B68; }

 p { color: rgb(115,59,104); }

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

background-color css

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

 a { background-color: rgb(115,59,104); }

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

border-color css

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

 span { border-color: rgb(115,59,104); }

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