Html Css Color HEX #741581 Purple

📋 copy color: '#741581'

red 116 ◦ green 21 ◦ blue 129

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

Shades of Purple #741581

Tints of Purple #741581

RGB

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

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

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

R = 43.61%
G = 7.89%
B = 48.5%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741581 (or 0x741581) is known color: Purple. HEX triplet: 74, 15 and 81. RGB value is (116,21,129). Sum of RGB (Red+Green+Blue) = 116+21+129=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #741581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741581 is #8BEA7E. Grayscale: #3D3D3D. Windows color (decimal): -9169535 or 8459636. OLE color: 8459636.

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

Color convert

RGB 116 21 129 -
CMYK 0.10 0.84 0 0.49
HSL 292.78º 0.72% 0.29% -
HSV(B) 292.78º 0.84% 0.51% -
XYZ 11.43 5.83 21.29 -
YUV 61.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 116 21 129 0.10 0.84 0 0.49 292.78 0.72 0.29
Hex 74 15 81 A 54 0 31 125 48 1D
Octal 164 25 201 12 124 0 61 445 110 35
Binary 1110100 10101 10000001 1010 1010100 0 110001 100100101 1001000 11101

Color Harmonies of #741581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741581

Black with #741581

Text Example


Text Example

White with #741581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741581; }

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

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

background-color css

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

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

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

border-color css

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

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

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