Html Css Color HEX #742166 Palatinate Purple

📋 copy color: '#742166'

red 116 ◦ green 33 ◦ blue 102

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

Shades of Palatinate Purple #742166

Tints of Palatinate Purple #742166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 46.22%
G = 13.15%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#742166 (or 0x742166) is known color: Palatinate Purple. HEX triplet: 74, 21 and 66. RGB value is (116,33,102). Sum of RGB (Red+Green+Blue) = 116+33+102=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #742166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742166 is #8BDE99. Grayscale: #414141. Windows color (decimal): -9166490 or 6693236. OLE color: 6693236.

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

Color convert

RGB 116 33 102 -
CMYK 0 0.72 0.12 0.55
HSL 310.12º 0.56% 0.29% -
HSV(B) 310.12º 0.72% 0.45% -
XYZ 10.14 5.76 13.15 -
YUV 65.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 116 33 102 0 0.72 0.12 0.55 310.12 0.56 0.29
Hex 74 21 66 0 48 C 37 136 38 1D
Octal 164 41 146 0 110 14 67 466 70 35
Binary 1110100 100001 1100110 0 1001000 1100 110111 100110110 111000 11101

Color Harmonies of #742166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742166

Black with #742166

Text Example


Text Example

White with #742166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742166; }

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

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

background-color css

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

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

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

border-color css

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

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

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