Html Css Color HEX #740690 Purple

📋 copy color: '#740690'

red 116 ◦ green 6 ◦ blue 144

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

Shades of Purple #740690

Tints of Purple #740690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 43.61%
G = 2.26%
B = 54.14%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#740690 (or 0x740690) is known color: Purple. HEX triplet: 74, 06 and 90. RGB value is (116,6,144). Sum of RGB (Red+Green+Blue) = 116+6+144=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #740690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740690 is #8BF96F. Grayscale: #363636. Windows color (decimal): -9173360 or 9438836. OLE color: 9438836.

HSL color Cylindrical-coordinate representation of color #740690: hue angle of 287.83º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740690 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 6 144 -
CMYK 0.19 0.96 0 0.44
HSL 287.83º 0.92% 0.29% -
HSV(B) 287.83º 0.96% 0.56% -
XYZ 12.3 5.86 26.87 -
YUV 54.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 116 6 144 0.19 0.96 0 0.44 287.83 0.92 0.29
Hex 74 6 90 13 60 0 2C 120 5C 1D
Octal 164 6 220 23 140 0 54 440 134 35
Binary 1110100 110 10010000 10011 1100000 0 101100 100100000 1011100 11101

Color Harmonies of #740690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740690

Black with #740690

Text Example


Text Example

White with #740690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740690; }

 p { color: rgb(116,6,144); }

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

background-color css

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

 a { background-color: rgb(116,6,144); }

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

border-color css

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

 span { border-color: rgb(116,6,144); }

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