Html Css Color HEX #741095 Purple

📋 copy color: '#741095'

red 116 ◦ green 16 ◦ blue 149

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

Shades of Purple #741095

Tints of Purple #741095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.02%

R = 41.28%
G = 5.69%
B = 53.02%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741095 (or 0x741095) is known color: Purple. HEX triplet: 74, 10 and 95. RGB value is (116,16,149). Sum of RGB (Red+Green+Blue) = 116+16+149=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #741095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741095 is #8BEF6A. Grayscale: #3C3C3C. Windows color (decimal): -9170795 or 9769076. OLE color: 9769076.

HSL color Cylindrical-coordinate representation of color #741095: hue angle of 285.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741095 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 16 149 -
CMYK 0.22 0.89 0 0.42
HSL 285.11º 0.81% 0.32% -
HSV(B) 285.11º 0.89% 0.58% -
XYZ 12.81 6.25 28.97 -
YUV 61.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 116 16 149 0.22 0.89 0 0.42 285.11 0.81 0.32
Hex 74 10 95 16 59 0 2A 11D 51 20
Octal 164 20 225 26 131 0 52 435 121 40
Binary 1110100 10000 10010101 10110 1011001 0 101010 100011101 1010001 100000

Color Harmonies of #741095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741095

Black with #741095

Text Example


Text Example

White with #741095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741095; }

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

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

background-color css

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

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

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

border-color css

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

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

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