Html Css Color HEX #743968 Palatinate Purple

📋 copy color: '#743968'

red 116 ◦ green 57 ◦ blue 104

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

Shades of Palatinate Purple #743968

Tints of Palatinate Purple #743968

RGB

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

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

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

R = 41.88%
G = 20.58%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#743968 (or 0x743968) is known color: Palatinate Purple. HEX triplet: 74, 39 and 68. RGB value is (116,57,104). Sum of RGB (Red+Green+Blue) = 116+57+104=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #743968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743968 is #8BC697. Grayscale: #4F4F4F. Windows color (decimal): -9160344 or 6830452. OLE color: 6830452.

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

Color convert

RGB 116 57 104 -
CMYK 0 0.51 0.10 0.55
HSL 312.2º 0.34% 0.34% -
HSV(B) 312.2º 0.51% 0.45% -
XYZ 11.16 7.64 13.98 -
YUV 80 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 116 57 104 0 0.51 0.10 0.55 312.2 0.34 0.34
Hex 74 39 68 0 33 A 37 138 22 22
Octal 164 71 150 0 63 12 67 470 42 42
Binary 1110100 111001 1101000 0 110011 1010 110111 100111000 100010 100010

Color Harmonies of #743968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743968

Black with #743968

Text Example


Text Example

White with #743968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743968; }

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

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

background-color css

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

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

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

border-color css

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

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

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