Html Css Color HEX #743667 Palatinate Purple

📋 copy color: '#743667'

red 116 ◦ green 54 ◦ blue 103

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

Shades of Palatinate Purple #743667

Tints of Palatinate Purple #743667

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 42.49%
G = 19.78%
B = 37.73%

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

#743667 (or 0x743667) is known color: Palatinate Purple. HEX triplet: 74, 36 and 67. RGB value is (116,54,103). Sum of RGB (Red+Green+Blue) = 116+54+103=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #743667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743667 is #8BC998. Grayscale: #4D4D4D. Windows color (decimal): -9161113 or 6764148. OLE color: 6764148.

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

Color convert

RGB 116 54 103 -
CMYK 0 0.53 0.11 0.55
HSL 312.58º 0.36% 0.33% -
HSV(B) 312.58º 0.53% 0.45% -
XYZ 10.97 7.33 13.67 -
YUV 78.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 116 54 103 0 0.53 0.11 0.55 312.58 0.36 0.33
Hex 74 36 67 0 35 B 37 139 24 21
Octal 164 66 147 0 65 13 67 471 44 41
Binary 1110100 110110 1100111 0 110101 1011 110111 100111001 100100 100001

Color Harmonies of #743667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743667

Black with #743667

Text Example


Text Example

White with #743667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743667; }

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

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

background-color css

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

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

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

border-color css

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

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

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