Html Css Color HEX #741062 Palatinate Purple

📋 copy color: '#741062'

red 116 ◦ green 16 ◦ blue 98

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

Shades of Palatinate Purple #741062

Tints of Palatinate Purple #741062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 50.43%
G = 6.96%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#741062 (or 0x741062) is known color: Palatinate Purple. HEX triplet: 74, 10 and 62. RGB value is (116,16,98). Sum of RGB (Red+Green+Blue) = 116+16+98=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #741062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741062 is #8BEF9D. Grayscale: #373737. Windows color (decimal): -9170846 or 6426740. OLE color: 6426740.

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

Color convert

RGB 116 16 98 -
CMYK 0 0.86 0.16 0.55
HSL 310.8º 0.76% 0.26% -
HSV(B) 310.8º 0.86% 0.45% -
XYZ 9.59 4.97 12.01 -
YUV 55.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 116 16 98 0 0.86 0.16 0.55 310.8 0.76 0.26
Hex 74 10 62 0 56 10 37 137 4C 1A
Octal 164 20 142 0 126 20 67 467 114 32
Binary 1110100 10000 1100010 0 1010110 10000 110111 100110111 1001100 11010

Color Harmonies of #741062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741062

Black with #741062

Text Example


Text Example

White with #741062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741062; }

 p { color: rgb(116,16,98); }

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

background-color css

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

 a { background-color: rgb(116,16,98); }

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

border-color css

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

 span { border-color: rgb(116,16,98); }

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