Html Css Color HEX #740896 Purple

📋 copy color: '#740896'

red 116 ◦ green 8 ◦ blue 150

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

Shades of Purple #740896

Tints of Purple #740896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

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

R = 42.34%
G = 2.92%
B = 54.74%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#740896 (or 0x740896) is known color: Purple. HEX triplet: 74, 08 and 96. RGB value is (116,8,150). Sum of RGB (Red+Green+Blue) = 116+8+150=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #740896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740896 is #8BF769. Grayscale: #383838. Windows color (decimal): -9172842 or 9832564. OLE color: 9832564.

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

Color convert

RGB 116 8 150 -
CMYK 0.23 0.95 0 0.41
HSL 285.63º 0.9% 0.31% -
HSV(B) 285.63º 0.95% 0.59% -
XYZ 12.79 6.09 29.36 -
YUV 56.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 116 8 150 0.23 0.95 0 0.41 285.63 0.9 0.31
Hex 74 8 96 17 5F 0 29 11E 5A 1F
Octal 164 10 226 27 137 0 51 436 132 37
Binary 1110100 1000 10010110 10111 1011111 0 101001 100011110 1011010 11111

Color Harmonies of #740896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740896

Black with #740896

Text Example


Text Example

White with #740896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740896; }

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

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

background-color css

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

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

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

border-color css

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

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

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