Html Css Color HEX #741981 Purple

📋 copy color: '#741981'

red 116 ◦ green 25 ◦ blue 129

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

Shades of Purple #741981

Tints of Purple #741981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 42.96%
G = 9.26%
B = 47.78%

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

#741981 (or 0x741981) is known color: Purple. HEX triplet: 74, 19 and 81. RGB value is (116,25,129). Sum of RGB (Red+Green+Blue) = 116+25+129=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #741981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741981 is #8BE67E. Grayscale: #3F3F3F. Windows color (decimal): -9168511 or 8460660. OLE color: 8460660.

HSL color Cylindrical-coordinate representation of color #741981: hue angle of 292.5º degrees, saturation: 0.68, 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 #741981 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 25 129 -
CMYK 0.10 0.81 0 0.49
HSL 292.5º 0.68% 0.3% -
HSV(B) 292.5º 0.81% 0.51% -
XYZ 11.51 5.99 21.32 -
YUV 64.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 116 25 129 0.10 0.81 0 0.49 292.5 0.68 0.3
Hex 74 19 81 A 51 0 31 124 44 1E
Octal 164 31 201 12 121 0 61 444 104 36
Binary 1110100 11001 10000001 1010 1010001 0 110001 100100100 1000100 11110

Color Harmonies of #741981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741981

Black with #741981

Text Example


Text Example

White with #741981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741981; }

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

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

background-color css

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

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

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

border-color css

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

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

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