Html Css Color HEX #741096 Purple

📋 copy color: '#741096'

red 116 ◦ green 16 ◦ blue 150

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

Shades of Purple #741096

Tints of Purple #741096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 41.13%
G = 5.67%
B = 53.19%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#741096 (or 0x741096) is known color: Purple. HEX triplet: 74, 10 and 96. RGB value is (116,16,150). Sum of RGB (Red+Green+Blue) = 116+16+150=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #741096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741096 is #8BEF69. Grayscale: #3C3C3C. Windows color (decimal): -9170794 or 9834612. OLE color: 9834612.

HSL color Cylindrical-coordinate representation of color #741096: hue angle of 284.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741096 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 16 150 -
CMYK 0.23 0.89 0 0.41
HSL 284.78º 0.81% 0.33% -
HSV(B) 284.78º 0.89% 0.59% -
XYZ 12.89 6.29 29.39 -
YUV 61.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 116 16 150 0.23 0.89 0 0.41 284.78 0.81 0.33
Hex 74 10 96 17 59 0 29 11D 51 21
Octal 164 20 226 27 131 0 51 435 121 41
Binary 1110100 10000 10010110 10111 1011001 0 101001 100011101 1010001 100001

Color Harmonies of #741096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741096

Black with #741096

Text Example


Text Example

White with #741096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741096; }

 p { color: rgb(116,16,150); }

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

background-color css

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

 a { background-color: rgb(116,16,150); }

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

border-color css

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

 span { border-color: rgb(116,16,150); }

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