Html Css Color HEX #741369 Palatinate Purple

📋 copy color: '#741369'

red 116 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #741369

Tints of Palatinate Purple #741369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 48.33%
G = 7.92%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#741369 (or 0x741369) is known color: Palatinate Purple. HEX triplet: 74, 13 and 69. RGB value is (116,19,105). Sum of RGB (Red+Green+Blue) = 116+19+105=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #741369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741369 is #8BEC96. Grayscale: #393939. Windows color (decimal): -9170071 or 6886260. OLE color: 6886260.

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

Color convert

RGB 116 19 105 -
CMYK 0 0.84 0.09 0.55
HSL 306.8º 0.72% 0.26% -
HSV(B) 306.8º 0.84% 0.45% -
XYZ 9.99 5.2 13.84 -
YUV 57.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 116 19 105 0 0.84 0.09 0.55 306.8 0.72 0.26
Hex 74 13 69 0 54 9 37 133 48 1A
Octal 164 23 151 0 124 11 67 463 110 32
Binary 1110100 10011 1101001 0 1010100 1001 110111 100110011 1001000 11010

Color Harmonies of #741369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741369

Black with #741369

Text Example


Text Example

White with #741369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741369; }

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

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

background-color css

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

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

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

border-color css

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

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

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