Html Css Color HEX #741680 Purple

📋 copy color: '#741680'

red 116 ◦ green 22 ◦ blue 128

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

Shades of Purple #741680

Tints of Purple #741680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

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

R = 43.61%
G = 8.27%
B = 48.12%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#741680 (or 0x741680) is known color: Purple. HEX triplet: 74, 16 and 80. RGB value is (116,22,128). Sum of RGB (Red+Green+Blue) = 116+22+128=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #741680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741680 is #8BE97F. Grayscale: #3D3D3D. Windows color (decimal): -9169280 or 8394356. OLE color: 8394356.

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

Color convert

RGB 116 22 128 -
CMYK 0.09 0.83 0 0.50
HSL 293.21º 0.71% 0.29% -
HSV(B) 293.21º 0.83% 0.5% -
XYZ 11.39 5.85 20.95 -
YUV 62.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 116 22 128 0.09 0.83 0 0.50 293.21 0.71 0.29
Hex 74 16 80 9 53 0 32 125 47 1D
Octal 164 26 200 11 123 0 62 445 107 35
Binary 1110100 10110 10000000 1001 1010011 0 110010 100100101 1000111 11101

Color Harmonies of #741680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741680

Black with #741680

Text Example


Text Example

White with #741680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741680; }

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

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

background-color css

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

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

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

border-color css

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

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

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