Html Css Color HEX #742161 Palatinate Purple

📋 copy color: '#742161'

red 116 ◦ green 33 ◦ blue 97

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

Shades of Palatinate Purple #742161

Tints of Palatinate Purple #742161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 47.15%
G = 13.41%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#742161 (or 0x742161) is known color: Palatinate Purple. HEX triplet: 74, 21 and 61. RGB value is (116,33,97). Sum of RGB (Red+Green+Blue) = 116+33+97=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #742161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742161 is #8BDE9E. Grayscale: #404040. Windows color (decimal): -9166495 or 6365556. OLE color: 6365556.

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

Color convert

RGB 116 33 97 -
CMYK 0 0.72 0.16 0.55
HSL 313.73º 0.56% 0.29% -
HSV(B) 313.73º 0.72% 0.45% -
XYZ 9.9 5.66 11.88 -
YUV 65.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 116 33 97 0 0.72 0.16 0.55 313.73 0.56 0.29
Hex 74 21 61 0 48 10 37 13A 38 1D
Octal 164 41 141 0 110 20 67 472 70 35
Binary 1110100 100001 1100001 0 1001000 10000 110111 100111010 111000 11101

Color Harmonies of #742161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742161

Black with #742161

Text Example


Text Example

White with #742161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742161; }

 p { color: rgb(116,33,97); }

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

background-color css

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

 a { background-color: rgb(116,33,97); }

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

border-color css

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

 span { border-color: rgb(116,33,97); }

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