Html Css Color HEX #742792 Vivid Violet

📋 copy color: '#742792'

red 116 ◦ green 39 ◦ blue 146

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

Shades of Vivid Violet #742792

Tints of Vivid Violet #742792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 38.54%
G = 12.96%
B = 48.5%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#742792 (or 0x742792) is known color: Vivid Violet. HEX triplet: 74, 27 and 92. RGB value is (116,39,146). Sum of RGB (Red+Green+Blue) = 116+39+146=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #742792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742792 is #8BD86D. Grayscale: #494949. Windows color (decimal): -9164910 or 9578356. OLE color: 9578356.

HSL color Cylindrical-coordinate representation of color #742792: hue angle of 283.18º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742792 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 39 146 -
CMYK 0.21 0.73 0 0.43
HSL 283.18º 0.58% 0.36% -
HSV(B) 283.18º 0.73% 0.57% -
XYZ 13.12 7.24 27.9 -
YUV 74.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 116 39 146 0.21 0.73 0 0.43 283.18 0.58 0.36
Hex 74 27 92 15 49 0 2B 11B 3A 24
Octal 164 47 222 25 111 0 53 433 72 44
Binary 1110100 100111 10010010 10101 1001001 0 101011 100011011 111010 100100

Color Harmonies of #742792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742792

Black with #742792

Text Example


Text Example

White with #742792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742792; }

 p { color: rgb(116,39,146); }

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

background-color css

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

 a { background-color: rgb(116,39,146); }

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

border-color css

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

 span { border-color: rgb(116,39,146); }

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