Html Css Color HEX #743967 Palatinate Purple

📋 copy color: '#743967'

red 116 ◦ green 57 ◦ blue 103

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

Shades of Palatinate Purple #743967

Tints of Palatinate Purple #743967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

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

R = 42.03%
G = 20.65%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#743967 (or 0x743967) is known color: Palatinate Purple. HEX triplet: 74, 39 and 67. RGB value is (116,57,103). Sum of RGB (Red+Green+Blue) = 116+57+103=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #743967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743967 is #8BC698. Grayscale: #4F4F4F. Windows color (decimal): -9160345 or 6764916. OLE color: 6764916.

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

Color convert

RGB 116 57 103 -
CMYK 0 0.51 0.11 0.55
HSL 313.22º 0.34% 0.34% -
HSV(B) 313.22º 0.51% 0.45% -
XYZ 11.11 7.62 13.72 -
YUV 79.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 116 57 103 0 0.51 0.11 0.55 313.22 0.34 0.34
Hex 74 39 67 0 33 B 37 139 22 22
Octal 164 71 147 0 63 13 67 471 42 42
Binary 1110100 111001 1100111 0 110011 1011 110111 100111001 100010 100010

Color Harmonies of #743967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743967

Black with #743967

Text Example


Text Example

White with #743967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743967; }

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

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

background-color css

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

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

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

border-color css

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

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

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