Html Css Color HEX #741B69 Palatinate Purple

📋 copy color: '#741B69'

red 116 ◦ green 27 ◦ blue 105

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

Shades of Palatinate Purple #741B69

Tints of Palatinate Purple #741B69

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.89%

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

R = 46.77%
G = 10.89%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#741B69 (or 0x741B69) is known color: Palatinate Purple. HEX triplet: 74, 1B and 69. RGB value is (116,27,105). Sum of RGB (Red+Green+Blue) = 116+27+105=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #741B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B69 is #8BE496. Grayscale: #3E3E3E. Windows color (decimal): -9168023 or 6888308. OLE color: 6888308.

HSL color Cylindrical-coordinate representation of color #741B69: hue angle of 307.42º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B69 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 27 105 -
CMYK 0 0.77 0.09 0.55
HSL 307.42º 0.62% 0.28% -
HSV(B) 307.42º 0.77% 0.45% -
XYZ 10.14 5.52 13.89 -
YUV 62.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 116 27 105 0 0.77 0.09 0.55 307.42 0.62 0.28
Hex 74 1B 69 0 4D 9 37 133 3E 1C
Octal 164 33 151 0 115 11 67 463 76 34
Binary 1110100 11011 1101001 0 1001101 1001 110111 100110011 111110 11100

Color Harmonies of #741B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B69

Black with #741B69

Text Example


Text Example

White with #741B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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