Html Css Color HEX #741069 Palatinate Purple

📋 copy color: '#741069'

red 116 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #741069

Tints of Palatinate Purple #741069

RGB

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

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

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

R = 48.95%
G = 6.75%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#741069 (or 0x741069) is known color: Palatinate Purple. HEX triplet: 74, 10 and 69. RGB value is (116,16,105). Sum of RGB (Red+Green+Blue) = 116+16+105=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #741069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741069 is #8BEF96. Grayscale: #373737. Windows color (decimal): -9170839 or 6885492. OLE color: 6885492.

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

Color convert

RGB 116 16 105 -
CMYK 0 0.86 0.09 0.55
HSL 306.6º 0.76% 0.26% -
HSV(B) 306.6º 0.86% 0.45% -
XYZ 9.94 5.1 13.83 -
YUV 56.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 116 16 105 0 0.86 0.09 0.55 306.6 0.76 0.26
Hex 74 10 69 0 56 9 37 133 4C 1A
Octal 164 20 151 0 126 11 67 463 114 32
Binary 1110100 10000 1101001 0 1010110 1001 110111 100110011 1001100 11010

Color Harmonies of #741069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741069

Black with #741069

Text Example


Text Example

White with #741069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741069; }

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

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

background-color css

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

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

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

border-color css

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

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

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