Html Css Color HEX #740992 Purple

📋 copy color: '#740992'

red 116 ◦ green 9 ◦ blue 146

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

Shades of Purple #740992

Tints of Purple #740992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 42.8%
G = 3.32%
B = 53.87%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740992 (or 0x740992) is known color: Purple. HEX triplet: 74, 09 and 92. RGB value is (116,9,146). Sum of RGB (Red+Green+Blue) = 116+9+146=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #740992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740992 is #8BF66D. Grayscale: #383838. Windows color (decimal): -9172590 or 9570676. OLE color: 9570676.

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

Color convert

RGB 116 9 146 -
CMYK 0.21 0.94 0 0.43
HSL 286.86º 0.88% 0.3% -
HSV(B) 286.86º 0.94% 0.57% -
XYZ 12.49 5.98 27.69 -
YUV 56.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 116 9 146 0.21 0.94 0 0.43 286.86 0.88 0.3
Hex 74 9 92 15 5E 0 2B 11F 58 1E
Octal 164 11 222 25 136 0 53 437 130 36
Binary 1110100 1001 10010010 10101 1011110 0 101011 100011111 1011000 11110

Color Harmonies of #740992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740992

Black with #740992

Text Example


Text Example

White with #740992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740992; }

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

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

background-color css

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

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

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

border-color css

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

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

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