Html Css Color HEX #741FA2 Vivid Violet

📋 copy color: '#741FA2'

red 116 ◦ green 31 ◦ blue 162

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

Shades of Vivid Violet #741FA2

Tints of Vivid Violet #741FA2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.03%

 BLUE value IS 162 (63.67% from 255) = 52.43%

R = 37.54%
G = 10.03%
B = 52.43%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#741FA2 (or 0x741FA2) is known color: Vivid Violet. HEX triplet: 74, 1F and A2. RGB value is (116,31,162). Sum of RGB (Red+Green+Blue) = 116+31+162=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #741FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741FA2 is #8BE05D. Grayscale: #464646. Windows color (decimal): -9166942 or 10624884. OLE color: 10624884.

HSL color Cylindrical-coordinate representation of color #741FA2: hue angle of 278.93º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741FA2 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 31 162 -
CMYK 0.28 0.81 0 0.36
HSL 278.93º 0.68% 0.38% -
HSV(B) 278.93º 0.81% 0.64% -
XYZ 14.21 7.3 34.84 -
YUV 71.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 116 31 162 0.28 0.81 0 0.36 278.93 0.68 0.38
Hex 74 1F A2 1C 51 0 24 117 44 26
Octal 164 37 242 34 121 0 44 427 104 46
Binary 1110100 11111 10100010 11100 1010001 0 100100 100010111 1000100 100110

Color Harmonies of #741FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FA2

Black with #741FA2

Text Example


Text Example

White with #741FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741FA2; }

 p { color: rgb(116,31,162); }

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

background-color css

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

 a { background-color: rgb(116,31,162); }

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

border-color css

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

 span { border-color: rgb(116,31,162); }

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