Html Css Color HEX #742260 Palatinate Purple

📋 copy color: '#742260'

red 116 ◦ green 34 ◦ blue 96

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

Shades of Palatinate Purple #742260

Tints of Palatinate Purple #742260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

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

R = 47.15%
G = 13.82%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#742260 (or 0x742260) is known color: Palatinate Purple. HEX triplet: 74, 22 and 60. RGB value is (116,34,96). Sum of RGB (Red+Green+Blue) = 116+34+96=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #742260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742260 is #8BDD9F. Grayscale: #414141. Windows color (decimal): -9166240 or 6300276. OLE color: 6300276.

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

Color convert

RGB 116 34 96 -
CMYK 0 0.71 0.17 0.55
HSL 314.63º 0.55% 0.29% -
HSV(B) 314.63º 0.71% 0.45% -
XYZ 9.89 5.7 11.65 -
YUV 65.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 116 34 96 0 0.71 0.17 0.55 314.63 0.55 0.29
Hex 74 22 60 0 47 11 37 13B 37 1D
Octal 164 42 140 0 107 21 67 473 67 35
Binary 1110100 100010 1100000 0 1000111 10001 110111 100111011 110111 11101

Color Harmonies of #742260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742260

Black with #742260

Text Example


Text Example

White with #742260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742260; }

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

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

background-color css

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

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

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

border-color css

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

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

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