Html Css Color HEX #742794 Vivid Violet

📋 copy color: '#742794'

red 116 ◦ green 39 ◦ blue 148

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

Shades of Vivid Violet #742794

Tints of Vivid Violet #742794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 38.28%
G = 12.87%
B = 48.84%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742794 (or 0x742794) is known color: Vivid Violet. HEX triplet: 74, 27 and 94. RGB value is (116,39,148). Sum of RGB (Red+Green+Blue) = 116+39+148=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #742794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742794 is #8BD86B. Grayscale: #4A4A4A. Windows color (decimal): -9164908 or 9709428. OLE color: 9709428.

HSL color Cylindrical-coordinate representation of color #742794: hue angle of 282.39º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742794 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 39 148 -
CMYK 0.22 0.74 0 0.42
HSL 282.39º 0.58% 0.37% -
HSV(B) 282.39º 0.74% 0.58% -
XYZ 13.27 7.3 28.73 -
YUV 74.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 116 39 148 0.22 0.74 0 0.42 282.39 0.58 0.37
Hex 74 27 94 16 4A 0 2A 11A 3A 25
Octal 164 47 224 26 112 0 52 432 72 45
Binary 1110100 100111 10010100 10110 1001010 0 101010 100011010 111010 100101

Color Harmonies of #742794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742794

Black with #742794

Text Example


Text Example

White with #742794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742794; }

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

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

background-color css

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

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

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

border-color css

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

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

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