Html Css Color HEX #741A81 Purple

📋 copy color: '#741A81'

red 116 ◦ green 26 ◦ blue 129

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

Shades of Purple #741A81

Tints of Purple #741A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

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

R = 42.8%
G = 9.59%
B = 47.6%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741A81 (or 0x741A81) is known color: Purple. HEX triplet: 74, 1A and 81. RGB value is (116,26,129). Sum of RGB (Red+Green+Blue) = 116+26+129=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #741A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A81 is #8BE57E. Grayscale: #404040. Windows color (decimal): -9168255 or 8460916. OLE color: 8460916.

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

Color convert

RGB 116 26 129 -
CMYK 0.10 0.80 0 0.49
HSL 292.43º 0.66% 0.3% -
HSV(B) 292.43º 0.8% 0.51% -
XYZ 11.53 6.04 21.33 -
YUV 64.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 116 26 129 0.10 0.80 0 0.49 292.43 0.66 0.3
Hex 74 1A 81 A 50 0 31 124 42 1E
Octal 164 32 201 12 120 0 61 444 102 36
Binary 1110100 11010 10000001 1010 1010000 0 110001 100100100 1000010 11110

Color Harmonies of #741A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A81

Black with #741A81

Text Example


Text Example

White with #741A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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