Html Css Color HEX #742F90 Vivid Violet

📋 copy color: '#742F90'

red 116 ◦ green 47 ◦ blue 144

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

Shades of Vivid Violet #742F90

Tints of Vivid Violet #742F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

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

R = 37.79%
G = 15.31%
B = 46.91%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#742F90 (or 0x742F90) is known color: Vivid Violet. HEX triplet: 74, 2F and 90. RGB value is (116,47,144). Sum of RGB (Red+Green+Blue) = 116+47+144=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #742F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F90 is #8BD06F. Grayscale: #4E4E4E. Windows color (decimal): -9162864 or 9449332. OLE color: 9449332.

HSL color Cylindrical-coordinate representation of color #742F90: hue angle of 282.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742F90 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 47 144 -
CMYK 0.19 0.67 0 0.44
HSL 282.68º 0.51% 0.37% -
HSV(B) 282.68º 0.67% 0.56% -
XYZ 13.25 7.76 27.18 -
YUV 78.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 116 47 144 0.19 0.67 0 0.44 282.68 0.51 0.37
Hex 74 2F 90 13 43 0 2C 11B 33 25
Octal 164 57 220 23 103 0 54 433 63 45
Binary 1110100 101111 10010000 10011 1000011 0 101100 100011011 110011 100101

Color Harmonies of #742F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F90

Black with #742F90

Text Example


Text Example

White with #742F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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