Html Css Color HEX #742061 Palatinate Purple

📋 copy color: '#742061'

red 116 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #742061

Tints of Palatinate Purple #742061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 47.35%
G = 13.06%
B = 39.59%

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

#742061 (or 0x742061) is known color: Palatinate Purple. HEX triplet: 74, 20 and 61. RGB value is (116,32,97). Sum of RGB (Red+Green+Blue) = 116+32+97=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #742061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742061 is #8BDF9E. Grayscale: #404040. Windows color (decimal): -9166751 or 6365300. OLE color: 6365300.

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

Color convert

RGB 116 32 97 -
CMYK 0 0.72 0.16 0.55
HSL 313.57º 0.57% 0.29% -
HSV(B) 313.57º 0.72% 0.45% -
XYZ 9.88 5.61 11.87 -
YUV 64.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 116 32 97 0 0.72 0.16 0.55 313.57 0.57 0.29
Hex 74 20 61 0 48 10 37 13A 39 1D
Octal 164 40 141 0 110 20 67 472 71 35
Binary 1110100 100000 1100001 0 1001000 10000 110111 100111010 111001 11101

Color Harmonies of #742061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742061

Black with #742061

Text Example


Text Example

White with #742061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742061; }

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

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

background-color css

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

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

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

border-color css

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

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

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