Html Css Color HEX #741063 Palatinate Purple

📋 copy color: '#741063'

red 116 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #741063

Tints of Palatinate Purple #741063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 50.22%
G = 6.93%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#741063 (or 0x741063) is known color: Palatinate Purple. HEX triplet: 74, 10 and 63. RGB value is (116,16,99). Sum of RGB (Red+Green+Blue) = 116+16+99=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #741063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741063 is #8BEF9C. Grayscale: #373737. Windows color (decimal): -9170845 or 6492276. OLE color: 6492276.

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

Color convert

RGB 116 16 99 -
CMYK 0 0.86 0.15 0.55
HSL 310.2º 0.76% 0.26% -
HSV(B) 310.2º 0.86% 0.45% -
XYZ 9.64 4.98 12.26 -
YUV 55.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 116 16 99 0 0.86 0.15 0.55 310.2 0.76 0.26
Hex 74 10 63 0 56 F 37 136 4C 1A
Octal 164 20 143 0 126 17 67 466 114 32
Binary 1110100 10000 1100011 0 1010110 1111 110111 100110110 1001100 11010

Color Harmonies of #741063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741063

Black with #741063

Text Example


Text Example

White with #741063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741063; }

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

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

background-color css

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

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

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

border-color css

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

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

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