Html Css Color HEX #741A82 Purple

📋 copy color: '#741A82'

red 116 ◦ green 26 ◦ blue 130

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

Shades of Purple #741A82

Tints of Purple #741A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 42.65%
G = 9.56%
B = 47.79%

CMYK

 C value IS 0.11

 M value IS 0.8

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741A82 (or 0x741A82) is known color: Purple. HEX triplet: 74, 1A and 82. RGB value is (116,26,130). Sum of RGB (Red+Green+Blue) = 116+26+130=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #741A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A82 is #8BE57D. Grayscale: #404040. Windows color (decimal): -9168254 or 8526452. OLE color: 8526452.

HSL color Cylindrical-coordinate representation of color #741A82: hue angle of 291.92º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741A82 is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 26 130 -
CMYK 0.11 0.8 0 0.49
HSL 291.92º 0.67% 0.31% -
HSV(B) 291.92º 0.8% 0.51% -
XYZ 11.6 6.06 21.68 -
YUV 64.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 116 26 130 0.11 0.8 0 0.49 291.92 0.67 0.31
Hex 74 1A 82 B 50 0 31 124 43 1F
Octal 164 32 202 13 120 0 61 444 103 37
Binary 1110100 11010 10000010 1011 1010000 0 110001 100100100 1000011 11111

Color Harmonies of #741A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A82

Black with #741A82

Text Example


Text Example

White with #741A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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