Html Css Color HEX #741693 Vivid Violet

📋 copy color: '#741693'

red 116 ◦ green 22 ◦ blue 147

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

Shades of Vivid Violet #741693

Tints of Vivid Violet #741693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 40.7%
G = 7.72%
B = 51.58%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741693 (or 0x741693) is known color: Vivid Violet. HEX triplet: 74, 16 and 93. RGB value is (116,22,147). Sum of RGB (Red+Green+Blue) = 116+22+147=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #741693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741693 is #8BE96C. Grayscale: #3F3F3F. Windows color (decimal): -9169261 or 9639540. OLE color: 9639540.

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

Color convert

RGB 116 22 147 -
CMYK 0.21 0.85 0 0.42
HSL 285.12º 0.74% 0.33% -
HSV(B) 285.12º 0.85% 0.58% -
XYZ 12.76 6.39 28.17 -
YUV 64.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 116 22 147 0.21 0.85 0 0.42 285.12 0.74 0.33
Hex 74 16 93 15 55 0 2A 11D 4A 21
Octal 164 26 223 25 125 0 52 435 112 41
Binary 1110100 10110 10010011 10101 1010101 0 101010 100011101 1001010 100001

Color Harmonies of #741693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741693

Black with #741693

Text Example


Text Example

White with #741693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741693; }

 p { color: rgb(116,22,147); }

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

background-color css

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

 a { background-color: rgb(116,22,147); }

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

border-color css

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

 span { border-color: rgb(116,22,147); }

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