Html Css Color HEX #743767 Palatinate Purple

📋 copy color: '#743767'

red 116 ◦ green 55 ◦ blue 103

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

Shades of Palatinate Purple #743767

Tints of Palatinate Purple #743767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.59%

R = 42.34%
G = 20.07%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#743767 (or 0x743767) is known color: Palatinate Purple. HEX triplet: 74, 37 and 67. RGB value is (116,55,103). Sum of RGB (Red+Green+Blue) = 116+55+103=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #743767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743767 is #8BC898. Grayscale: #4E4E4E. Windows color (decimal): -9160857 or 6764404. OLE color: 6764404.

HSL color Cylindrical-coordinate representation of color #743767: hue angle of 312.79º 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 #743767 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 103 -
CMYK 0 0.53 0.11 0.55
HSL 312.79º 0.36% 0.34% -
HSV(B) 312.79º 0.53% 0.45% -
XYZ 11.02 7.42 13.68 -
YUV 78.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 116 55 103 0 0.53 0.11 0.55 312.79 0.36 0.34
Hex 74 37 67 0 35 B 37 139 24 22
Octal 164 67 147 0 65 13 67 471 44 42
Binary 1110100 110111 1100111 0 110101 1011 110111 100111001 100100 100010

Color Harmonies of #743767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743767

Black with #743767

Text Example


Text Example

White with #743767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743767; }

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

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

background-color css

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

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

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

border-color css

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

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

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