Html Css Color HEX #741365 Palatinate Purple

📋 copy color: '#741365'

red 116 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #741365

Tints of Palatinate Purple #741365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 49.15%
G = 8.05%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#741365 (or 0x741365) is known color: Palatinate Purple. HEX triplet: 74, 13 and 65. RGB value is (116,19,101). Sum of RGB (Red+Green+Blue) = 116+19+101=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #741365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741365 is #8BEC9A. Grayscale: #393939. Windows color (decimal): -9170075 or 6624116. OLE color: 6624116.

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

Color convert

RGB 116 19 101 -
CMYK 0 0.84 0.13 0.55
HSL 309.28º 0.72% 0.26% -
HSV(B) 309.28º 0.84% 0.45% -
XYZ 9.78 5.12 12.78 -
YUV 57.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 116 19 101 0 0.84 0.13 0.55 309.28 0.72 0.26
Hex 74 13 65 0 54 D 37 135 48 1A
Octal 164 23 145 0 124 15 67 465 110 32
Binary 1110100 10011 1100101 0 1010100 1101 110111 100110101 1001000 11010

Color Harmonies of #741365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741365

Black with #741365

Text Example


Text Example

White with #741365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741365; }

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

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

background-color css

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

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

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

border-color css

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

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

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