Html Css Color HEX #741881 Purple

📋 copy color: '#741881'

red 116 ◦ green 24 ◦ blue 129

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

Shades of Purple #741881

Tints of Purple #741881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

 BLUE value IS 129 (50.78% from 255) = 47.96%

R = 43.12%
G = 8.92%
B = 47.96%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741881 (or 0x741881) is known color: Purple. HEX triplet: 74, 18 and 81. RGB value is (116,24,129). Sum of RGB (Red+Green+Blue) = 116+24+129=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #741881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741881 is #8BE77E. Grayscale: #3F3F3F. Windows color (decimal): -9168767 or 8460404. OLE color: 8460404.

HSL color Cylindrical-coordinate representation of color #741881: hue angle of 292.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741881 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 24 129 -
CMYK 0.10 0.81 0 0.49
HSL 292.57º 0.69% 0.3% -
HSV(B) 292.57º 0.81% 0.51% -
XYZ 11.49 5.95 21.31 -
YUV 63.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 116 24 129 0.10 0.81 0 0.49 292.57 0.69 0.3
Hex 74 18 81 A 51 0 31 125 45 1E
Octal 164 30 201 12 121 0 61 445 105 36
Binary 1110100 11000 10000001 1010 1010001 0 110001 100100101 1000101 11110

Color Harmonies of #741881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741881

Black with #741881

Text Example


Text Example

White with #741881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741881; }

 p { color: rgb(116,24,129); }

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

background-color css

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

 a { background-color: rgb(116,24,129); }

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

border-color css

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

 span { border-color: rgb(116,24,129); }

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