Html Css Color HEX #741667 Palatinate Purple

📋 copy color: '#741667'

red 116 ◦ green 22 ◦ blue 103

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

Shades of Palatinate Purple #741667

Tints of Palatinate Purple #741667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

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

R = 48.13%
G = 9.13%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#741667 (or 0x741667) is known color: Palatinate Purple. HEX triplet: 74, 16 and 67. RGB value is (116,22,103). Sum of RGB (Red+Green+Blue) = 116+22+103=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #741667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741667 is #8BE998. Grayscale: #3B3B3B. Windows color (decimal): -9169305 or 6755956. OLE color: 6755956.

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

Color convert

RGB 116 22 103 -
CMYK 0 0.81 0.11 0.55
HSL 308.3º 0.68% 0.27% -
HSV(B) 308.3º 0.81% 0.45% -
XYZ 9.94 5.27 13.32 -
YUV 59.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 116 22 103 0 0.81 0.11 0.55 308.3 0.68 0.27
Hex 74 16 67 0 51 B 37 134 44 1B
Octal 164 26 147 0 121 13 67 464 104 33
Binary 1110100 10110 1100111 0 1010001 1011 110111 100110100 1000100 11011

Color Harmonies of #741667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741667

Black with #741667

Text Example


Text Example

White with #741667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741667; }

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

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

background-color css

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

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

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

border-color css

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

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

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