Html Css Color HEX #742F91 Vivid Violet

📋 copy color: '#742F91'

red 116 ◦ green 47 ◦ blue 145

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

Shades of Vivid Violet #742F91

Tints of Vivid Violet #742F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 37.66%
G = 15.26%
B = 47.08%

CMYK

 C value IS 0.2

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#742F91 (or 0x742F91) is known color: Vivid Violet. HEX triplet: 74, 2F and 91. RGB value is (116,47,145). Sum of RGB (Red+Green+Blue) = 116+47+145=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #742F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F91 is #8BD06E. Grayscale: #4E4E4E. Windows color (decimal): -9162863 or 9514868. OLE color: 9514868.

HSL color Cylindrical-coordinate representation of color #742F91: hue angle of 282.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742F91 is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 47 145 -
CMYK 0.2 0.68 0 0.43
HSL 282.24º 0.51% 0.38% -
HSV(B) 282.24º 0.68% 0.57% -
XYZ 13.33 7.79 27.59 -
YUV 78.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 116 47 145 0.2 0.68 0 0.43 282.24 0.51 0.38
Hex 74 2F 91 14 44 0 2B 11A 33 26
Octal 164 57 221 24 104 0 53 432 63 46
Binary 1110100 101111 10010001 10100 1000100 0 101011 100011010 110011 100110

Color Harmonies of #742F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F91

Black with #742F91

Text Example


Text Example

White with #742F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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