Html Css Color HEX #743768 Palatinate Purple

📋 copy color: '#743768'

red 116 ◦ green 55 ◦ blue 104

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

Shades of Palatinate Purple #743768

Tints of Palatinate Purple #743768

RGB

 RED value IS 116 (45.7% from 255) = 42.18%

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 42.18%
G = 20%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#743768 (or 0x743768) is known color: Palatinate Purple. HEX triplet: 74, 37 and 68. RGB value is (116,55,104). Sum of RGB (Red+Green+Blue) = 116+55+104=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #743768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743768 is #8BC897. Grayscale: #4E4E4E. Windows color (decimal): -9160856 or 6829940. OLE color: 6829940.

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

Color convert

RGB 116 55 104 -
CMYK 0 0.53 0.10 0.55
HSL 311.8º 0.36% 0.34% -
HSV(B) 311.8º 0.53% 0.45% -
XYZ 11.07 7.44 13.95 -
YUV 78.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 116 55 104 0 0.53 0.10 0.55 311.8 0.36 0.34
Hex 74 37 68 0 35 A 37 138 24 22
Octal 164 67 150 0 65 12 67 470 44 42
Binary 1110100 110111 1101000 0 110101 1010 110111 100111000 100100 100010

Color Harmonies of #743768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743768

Black with #743768

Text Example


Text Example

White with #743768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743768; }

 p { color: rgb(116,55,104); }

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

background-color css

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

 a { background-color: rgb(116,55,104); }

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

border-color css

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

 span { border-color: rgb(116,55,104); }

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