Html Css Color HEX #741792 Vivid Violet

📋 copy color: '#741792'

red 116 ◦ green 23 ◦ blue 146

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

Shades of Vivid Violet #741792

Tints of Vivid Violet #741792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.07%

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

R = 40.7%
G = 8.07%
B = 51.23%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#741792 (or 0x741792) is known color: Vivid Violet. HEX triplet: 74, 17 and 92. RGB value is (116,23,146). Sum of RGB (Red+Green+Blue) = 116+23+146=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #741792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741792 is #8BE86D. Grayscale: #404040. Windows color (decimal): -9169006 or 9574260. OLE color: 9574260.

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

Color convert

RGB 116 23 146 -
CMYK 0.21 0.84 0 0.43
HSL 285.37º 0.73% 0.33% -
HSV(B) 285.37º 0.84% 0.57% -
XYZ 12.7 6.4 27.76 -
YUV 64.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 116 23 146 0.21 0.84 0 0.43 285.37 0.73 0.33
Hex 74 17 92 15 54 0 2B 11D 49 21
Octal 164 27 222 25 124 0 53 435 111 41
Binary 1110100 10111 10010010 10101 1010100 0 101011 100011101 1001001 100001

Color Harmonies of #741792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741792

Black with #741792

Text Example


Text Example

White with #741792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741792; }

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

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

background-color css

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

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

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

border-color css

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

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

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