Html Css Color HEX #741577 Purple

📋 copy color: '#741577'

red 116 ◦ green 21 ◦ blue 119

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

Shades of Purple #741577

Tints of Purple #741577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 45.31%
G = 8.2%
B = 46.48%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741577 (or 0x741577) is known color: Purple. HEX triplet: 74, 15 and 77. RGB value is (116,21,119). Sum of RGB (Red+Green+Blue) = 116+21+119=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #741577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741577 is #8BEA88. Grayscale: #3C3C3C. Windows color (decimal): -9169545 or 7804276. OLE color: 7804276.

HSL color Cylindrical-coordinate representation of color #741577: hue angle of 298.16º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741577 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 21 119 -
CMYK 0.03 0.82 0 0.53
HSL 298.16º 0.7% 0.27% -
HSV(B) 298.16º 0.82% 0.47% -
XYZ 10.8 5.58 17.96 -
YUV 60.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 116 21 119 0.03 0.82 0 0.53 298.16 0.7 0.27
Hex 74 15 77 3 52 0 35 12A 46 1B
Octal 164 25 167 3 122 0 65 452 106 33
Binary 1110100 10101 1110111 11 1010010 0 110101 100101010 1000110 11011

Color Harmonies of #741577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741577

Black with #741577

Text Example


Text Example

White with #741577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741577; }

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

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

background-color css

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

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

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

border-color css

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

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

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