Html Css Color HEX #742160 Palatinate Purple

📋 copy color: '#742160'

red 116 ◦ green 33 ◦ blue 96

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

Shades of Palatinate Purple #742160

Tints of Palatinate Purple #742160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 47.35%
G = 13.47%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#742160 (or 0x742160) is known color: Palatinate Purple. HEX triplet: 74, 21 and 60. RGB value is (116,33,96). Sum of RGB (Red+Green+Blue) = 116+33+96=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #742160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742160 is #8BDE9F. Grayscale: #404040. Windows color (decimal): -9166496 or 6300020. OLE color: 6300020.

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

Color convert

RGB 116 33 96 -
CMYK 0 0.72 0.17 0.55
HSL 314.46º 0.56% 0.29% -
HSV(B) 314.46º 0.72% 0.45% -
XYZ 9.86 5.65 11.64 -
YUV 65 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 116 33 96 0 0.72 0.17 0.55 314.46 0.56 0.29
Hex 74 21 60 0 48 11 37 13A 38 1D
Octal 164 41 140 0 110 21 67 472 70 35
Binary 1110100 100001 1100000 0 1001000 10001 110111 100111010 111000 11101

Color Harmonies of #742160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742160

Black with #742160

Text Example


Text Example

White with #742160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742160; }

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

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

background-color css

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

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

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

border-color css

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

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

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