Html Css Color HEX #741380 Purple

📋 copy color: '#741380'

red 116 ◦ green 19 ◦ blue 128

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

Shades of Purple #741380

Tints of Purple #741380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

 BLUE value IS 128 (50.39% from 255) = 48.67%

R = 44.11%
G = 7.22%
B = 48.67%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#741380 (or 0x741380) is known color: Purple. HEX triplet: 74, 13 and 80. RGB value is (116,19,128). Sum of RGB (Red+Green+Blue) = 116+19+128=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #741380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741380 is #8BEC7F. Grayscale: #3C3C3C. Windows color (decimal): -9170048 or 8393588. OLE color: 8393588.

HSL color Cylindrical-coordinate representation of color #741380: hue angle of 293.39º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741380 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 19 128 -
CMYK 0.09 0.85 0 0.50
HSL 293.39º 0.74% 0.29% -
HSV(B) 293.39º 0.85% 0.5% -
XYZ 11.33 5.74 20.93 -
YUV 60.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 116 19 128 0.09 0.85 0 0.50 293.39 0.74 0.29
Hex 74 13 80 9 55 0 32 125 4A 1D
Octal 164 23 200 11 125 0 62 445 112 35
Binary 1110100 10011 10000000 1001 1010101 0 110010 100100101 1001010 11101

Color Harmonies of #741380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741380

Black with #741380

Text Example


Text Example

White with #741380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741380; }

 p { color: rgb(116,19,128); }

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

background-color css

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

 a { background-color: rgb(116,19,128); }

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

border-color css

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

 span { border-color: rgb(116,19,128); }

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