Html Css Color HEX #741B6D Palatinate Purple

📋 copy color: '#741B6D'

red 116 ◦ green 27 ◦ blue 109

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

Shades of Palatinate Purple #741B6D

Tints of Palatinate Purple #741B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 46.03%
G = 10.71%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#741B6D (or 0x741B6D) is known color: Palatinate Purple. HEX triplet: 74, 1B and 6D. RGB value is (116,27,109). Sum of RGB (Red+Green+Blue) = 116+27+109=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #741B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B6D is #8BE492. Grayscale: #3E3E3E. Windows color (decimal): -9168019 or 7150452. OLE color: 7150452.

HSL color Cylindrical-coordinate representation of color #741B6D: hue angle of 304.72º 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 #741B6D is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 27 109 -
CMYK 0 0.77 0.06 0.55
HSL 304.72º 0.62% 0.28% -
HSV(B) 304.72º 0.77% 0.45% -
XYZ 10.35 5.6 15 -
YUV 62.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 116 27 109 0 0.77 0.06 0.55 304.72 0.62 0.28
Hex 74 1B 6D 0 4D 6 37 131 3E 1C
Octal 164 33 155 0 115 6 67 461 76 34
Binary 1110100 11011 1101101 0 1001101 110 110111 100110001 111110 11100

Color Harmonies of #741B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B6D

Black with #741B6D

Text Example


Text Example

White with #741B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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