Html Css Color HEX #741C6B Palatinate Purple

📋 copy color: '#741C6B'

red 116 ◦ green 28 ◦ blue 107

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

Shades of Palatinate Purple #741C6B

Tints of Palatinate Purple #741C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 46.22%
G = 11.16%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#741C6B (or 0x741C6B) is known color: Palatinate Purple. HEX triplet: 74, 1C and 6B. RGB value is (116,28,107). Sum of RGB (Red+Green+Blue) = 116+28+107=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #741C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C6B is #8BE394. Grayscale: #3F3F3F. Windows color (decimal): -9167765 or 7019636. OLE color: 7019636.

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

Color convert

RGB 116 28 107 -
CMYK 0 0.76 0.08 0.55
HSL 306.14º 0.61% 0.28% -
HSV(B) 306.14º 0.76% 0.45% -
XYZ 10.27 5.61 14.45 -
YUV 63.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 116 28 107 0 0.76 0.08 0.55 306.14 0.61 0.28
Hex 74 1C 6B 0 4C 8 37 132 3D 1C
Octal 164 34 153 0 114 10 67 462 75 34
Binary 1110100 11100 1101011 0 1001100 1000 110111 100110010 111101 11100

Color Harmonies of #741C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C6B

Black with #741C6B

Text Example


Text Example

White with #741C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,28,107); }

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

background-color css

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

 a { background-color: rgb(116,28,107); }

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

border-color css

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

 span { border-color: rgb(116,28,107); }

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