Html Css Color HEX #741B6B Palatinate Purple

📋 copy color: '#741B6B'

red 116 ◦ green 27 ◦ blue 107

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

Shades of Palatinate Purple #741B6B

Tints of Palatinate Purple #741B6B

RGB

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

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

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

R = 46.4%
G = 10.8%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#741B6B (or 0x741B6B) is known color: Palatinate Purple. HEX triplet: 74, 1B and 6B. RGB value is (116,27,107). Sum of RGB (Red+Green+Blue) = 116+27+107=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #741B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B6B is #8BE494. Grayscale: #3E3E3E. Windows color (decimal): -9168021 or 7019380. OLE color: 7019380.

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

Color convert

RGB 116 27 107 -
CMYK 0 0.77 0.08 0.55
HSL 306.07º 0.62% 0.28% -
HSV(B) 306.07º 0.77% 0.45% -
XYZ 10.25 5.56 14.44 -
YUV 62.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 116 27 107 0 0.77 0.08 0.55 306.07 0.62 0.28
Hex 74 1B 6B 0 4D 8 37 132 3E 1C
Octal 164 33 153 0 115 10 67 462 76 34
Binary 1110100 11011 1101011 0 1001101 1000 110111 100110010 111110 11100

Color Harmonies of #741B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B6B

Black with #741B6B

Text Example


Text Example

White with #741B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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