Html Css Color HEX #741092 Purple

📋 copy color: '#741092'

red 116 ◦ green 16 ◦ blue 146

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

Shades of Purple #741092

Tints of Purple #741092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 41.73%
G = 5.76%
B = 52.52%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#741092 (or 0x741092) is known color: Purple. HEX triplet: 74, 10 and 92. RGB value is (116,16,146). Sum of RGB (Red+Green+Blue) = 116+16+146=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #741092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741092 is #8BEF6D. Grayscale: #3C3C3C. Windows color (decimal): -9170798 or 9572468. OLE color: 9572468.

HSL color Cylindrical-coordinate representation of color #741092: hue angle of 286.15º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741092 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 16 146 -
CMYK 0.21 0.89 0 0.43
HSL 286.15º 0.8% 0.32% -
HSV(B) 286.15º 0.89% 0.57% -
XYZ 12.58 6.16 27.72 -
YUV 60.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 116 16 146 0.21 0.89 0 0.43 286.15 0.8 0.32
Hex 74 10 92 15 59 0 2B 11E 50 20
Octal 164 20 222 25 131 0 53 436 120 40
Binary 1110100 10000 10010010 10101 1011001 0 101011 100011110 1010000 100000

Color Harmonies of #741092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741092

Black with #741092

Text Example


Text Example

White with #741092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741092; }

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

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

background-color css

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

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

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

border-color css

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

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

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