Html Css Color HEX #742290 Vivid Violet

📋 copy color: '#742290'

red 116 ◦ green 34 ◦ blue 144

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

Shades of Vivid Violet #742290

Tints of Vivid Violet #742290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.56%

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

R = 39.46%
G = 11.56%
B = 48.98%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#742290 (or 0x742290) is known color: Vivid Violet. HEX triplet: 74, 22 and 90. RGB value is (116,34,144). Sum of RGB (Red+Green+Blue) = 116+34+144=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #742290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742290 is #8BDD6F. Grayscale: #464646. Windows color (decimal): -9166192 or 9446004. OLE color: 9446004.

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

Color convert

RGB 116 34 144 -
CMYK 0.19 0.76 0 0.44
HSL 284.73º 0.62% 0.35% -
HSV(B) 284.73º 0.76% 0.56% -
XYZ 12.81 6.87 27.04 -
YUV 71.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 116 34 144 0.19 0.76 0 0.44 284.73 0.62 0.35
Hex 74 22 90 13 4C 0 2C 11D 3E 23
Octal 164 42 220 23 114 0 54 435 76 43
Binary 1110100 100010 10010000 10011 1001100 0 101100 100011101 111110 100011

Color Harmonies of #742290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742290

Black with #742290

Text Example


Text Example

White with #742290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742290; }

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

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

background-color css

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

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

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

border-color css

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

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

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