Html Css Color HEX #744067 Palatinate Purple

📋 copy color: '#744067'

red 116 ◦ green 64 ◦ blue 103

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

Shades of Palatinate Purple #744067

Tints of Palatinate Purple #744067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 40.99%
G = 22.61%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#744067 (or 0x744067) is known color: Palatinate Purple. HEX triplet: 74, 40 and 67. RGB value is (116,64,103). Sum of RGB (Red+Green+Blue) = 116+64+103=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #744067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744067 is #8BBF98. Grayscale: #535353. Windows color (decimal): -9158553 or 6766708. OLE color: 6766708.

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

Color convert

RGB 116 64 103 -
CMYK 0 0.45 0.11 0.55
HSL 315º 0.29% 0.35% -
HSV(B) 315º 0.45% 0.45% -
XYZ 11.48 8.36 13.84 -
YUV 83.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 116 64 103 0 0.45 0.11 0.55 315 0.29 0.35
Hex 74 40 67 0 2D B 37 13B 1D 23
Octal 164 100 147 0 55 13 67 473 35 43
Binary 1110100 1000000 1100111 0 101101 1011 110111 100111011 11101 100011

Color Harmonies of #744067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744067

Black with #744067

Text Example


Text Example

White with #744067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744067; }

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

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

background-color css

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

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

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

border-color css

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

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

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