Html Css Color HEX #742590 Vivid Violet

📋 copy color: '#742590'

red 116 ◦ green 37 ◦ blue 144

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

Shades of Vivid Violet #742590

Tints of Vivid Violet #742590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 39.06%
G = 12.46%
B = 48.48%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#742590 (or 0x742590) is known color: Vivid Violet. HEX triplet: 74, 25 and 90. RGB value is (116,37,144). Sum of RGB (Red+Green+Blue) = 116+37+144=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #742590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742590 is #8BDA6F. Grayscale: #484848. Windows color (decimal): -9165424 or 9446772. OLE color: 9446772.

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

Color convert

RGB 116 37 144 -
CMYK 0.19 0.74 0 0.44
HSL 284.3º 0.59% 0.35% -
HSV(B) 284.3º 0.74% 0.56% -
XYZ 12.9 7.05 27.07 -
YUV 72.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 116 37 144 0.19 0.74 0 0.44 284.3 0.59 0.35
Hex 74 25 90 13 4A 0 2C 11C 3B 23
Octal 164 45 220 23 112 0 54 434 73 43
Binary 1110100 100101 10010000 10011 1001010 0 101100 100011100 111011 100011

Color Harmonies of #742590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742590

Black with #742590

Text Example


Text Example

White with #742590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742590; }

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

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

background-color css

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

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

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

border-color css

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

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

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