Html Css Color HEX #741780 Purple

📋 copy color: '#741780'

red 116 ◦ green 23 ◦ blue 128

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

Shades of Purple #741780

Tints of Purple #741780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 43.45%
G = 8.61%
B = 47.94%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#741780 (or 0x741780) is known color: Purple. HEX triplet: 74, 17 and 80. RGB value is (116,23,128). Sum of RGB (Red+Green+Blue) = 116+23+128=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #741780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741780 is #8BE87F. Grayscale: #3E3E3E. Windows color (decimal): -9169024 or 8394612. OLE color: 8394612.

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

Color convert

RGB 116 23 128 -
CMYK 0.09 0.82 0 0.50
HSL 293.14º 0.7% 0.3% -
HSV(B) 293.14º 0.82% 0.5% -
XYZ 11.41 5.88 20.96 -
YUV 62.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 116 23 128 0.09 0.82 0 0.50 293.14 0.7 0.3
Hex 74 17 80 9 52 0 32 125 46 1E
Octal 164 27 200 11 122 0 62 445 106 36
Binary 1110100 10111 10000000 1001 1010010 0 110010 100100101 1000110 11110

Color Harmonies of #741780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741780

Black with #741780

Text Example


Text Example

White with #741780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741780; }

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

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

background-color css

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

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

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

border-color css

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

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

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