Html Css Color HEX #741869 Palatinate Purple

📋 copy color: '#741869'

red 116 ◦ green 24 ◦ blue 105

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

Shades of Palatinate Purple #741869

Tints of Palatinate Purple #741869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 47.35%
G = 9.8%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#741869 (or 0x741869) is known color: Palatinate Purple. HEX triplet: 74, 18 and 69. RGB value is (116,24,105). Sum of RGB (Red+Green+Blue) = 116+24+105=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #741869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741869 is #8BE796. Grayscale: #3C3C3C. Windows color (decimal): -9168791 or 6887540. OLE color: 6887540.

HSL color Cylindrical-coordinate representation of color #741869: hue angle of 307.17º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741869 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 105 -
CMYK 0 0.79 0.09 0.55
HSL 307.17º 0.66% 0.27% -
HSV(B) 307.17º 0.79% 0.45% -
XYZ 10.08 5.39 13.87 -
YUV 60.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 116 24 105 0 0.79 0.09 0.55 307.17 0.66 0.27
Hex 74 18 69 0 4F 9 37 133 42 1B
Octal 164 30 151 0 117 11 67 463 102 33
Binary 1110100 11000 1101001 0 1001111 1001 110111 100110011 1000010 11011

Color Harmonies of #741869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741869

Black with #741869

Text Example


Text Example

White with #741869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741869; }

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

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

background-color css

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

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

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

border-color css

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

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

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