Html Css Color HEX #740396 Purple

📋 copy color: '#740396'

red 116 ◦ green 3 ◦ blue 150

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

Shades of Purple #740396

Tints of Purple #740396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 43.12%
G = 1.12%
B = 55.76%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#740396 (or 0x740396) is known color: Purple. HEX triplet: 74, 03 and 96. RGB value is (116,3,150). Sum of RGB (Red+Green+Blue) = 116+3+150=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #740396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740396 is #8BFC69. Grayscale: #353535. Windows color (decimal): -9174122 or 9831284. OLE color: 9831284.

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

Color convert

RGB 116 3 150 -
CMYK 0.23 0.98 0 0.41
HSL 286.12º 0.96% 0.3% -
HSV(B) 286.12º 0.98% 0.59% -
XYZ 12.74 5.98 29.34 -
YUV 53.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 116 3 150 0.23 0.98 0 0.41 286.12 0.96 0.3
Hex 74 3 96 17 62 0 29 11E 60 1E
Octal 164 3 226 27 142 0 51 436 140 36
Binary 1110100 11 10010110 10111 1100010 0 101001 100011110 1100000 11110

Color Harmonies of #740396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740396

Black with #740396

Text Example


Text Example

White with #740396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740396; }

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

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

background-color css

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

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

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

border-color css

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

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

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