Html Css Color HEX #741B77 Dark Purple

📋 copy color: '#741B77'

red 116 ◦ green 27 ◦ blue 119

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

Shades of Dark Purple #741B77

Tints of Dark Purple #741B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 44.27%
G = 10.31%
B = 45.42%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741B77 (or 0x741B77) is known color: Dark Purple. HEX triplet: 74, 1B and 77. RGB value is (116,27,119). Sum of RGB (Red+Green+Blue) = 116+27+119=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #741B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B77 is #8BE488. Grayscale: #3F3F3F. Windows color (decimal): -9168009 or 7805812. OLE color: 7805812.

HSL color Cylindrical-coordinate representation of color #741B77: hue angle of 298.04º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B77 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 27 119 -
CMYK 0.03 0.77 0 0.53
HSL 298.04º 0.63% 0.29% -
HSV(B) 298.04º 0.77% 0.47% -
XYZ 10.92 5.83 18 -
YUV 64.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 116 27 119 0.03 0.77 0 0.53 298.04 0.63 0.29
Hex 74 1B 77 3 4D 0 35 12A 3F 1D
Octal 164 33 167 3 115 0 65 452 77 35
Binary 1110100 11011 1110111 11 1001101 0 110101 100101010 111111 11101

Color Harmonies of #741B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B77

Black with #741B77

Text Example


Text Example

White with #741B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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