Html Css Color HEX #741065 Palatinate Purple

📋 copy color: '#741065'

red 116 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #741065

Tints of Palatinate Purple #741065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 49.79%
G = 6.87%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#741065 (or 0x741065) is known color: Palatinate Purple. HEX triplet: 74, 10 and 65. RGB value is (116,16,101). Sum of RGB (Red+Green+Blue) = 116+16+101=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #741065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741065 is #8BEF9A. Grayscale: #373737. Windows color (decimal): -9170843 or 6623348. OLE color: 6623348.

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

Color convert

RGB 116 16 101 -
CMYK 0 0.86 0.13 0.55
HSL 309º 0.76% 0.26% -
HSV(B) 309º 0.86% 0.45% -
XYZ 9.74 5.02 12.77 -
YUV 55.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 116 16 101 0 0.86 0.13 0.55 309 0.76 0.26
Hex 74 10 65 0 56 D 37 135 4C 1A
Octal 164 20 145 0 126 15 67 465 114 32
Binary 1110100 10000 1100101 0 1010110 1101 110111 100110101 1001100 11010

Color Harmonies of #741065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741065

Black with #741065

Text Example


Text Example

White with #741065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741065; }

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

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

background-color css

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

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

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

border-color css

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

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

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