Html Css Color HEX #741FA3 Vivid Violet

📋 copy color: '#741FA3'

red 116 ◦ green 31 ◦ blue 163

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

Shades of Vivid Violet #741FA3

Tints of Vivid Violet #741FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.58%

R = 37.42%
G = 10%
B = 52.58%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#741FA3 (or 0x741FA3) is known color: Vivid Violet. HEX triplet: 74, 1F and A3. RGB value is (116,31,163). Sum of RGB (Red+Green+Blue) = 116+31+163=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #741FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741FA3 is #8BE05C. Grayscale: #474747. Windows color (decimal): -9166941 or 10690420. OLE color: 10690420.

HSL color Cylindrical-coordinate representation of color #741FA3: hue angle of 278.64º 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 #741FA3 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 31 163 -
CMYK 0.29 0.81 0 0.36
HSL 278.64º 0.68% 0.38% -
HSV(B) 278.64º 0.81% 0.64% -
XYZ 14.3 7.34 35.31 -
YUV 71.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 116 31 163 0.29 0.81 0 0.36 278.64 0.68 0.38
Hex 74 1F A3 1D 51 0 24 117 44 26
Octal 164 37 243 35 121 0 44 427 104 46
Binary 1110100 11111 10100011 11101 1010001 0 100100 100010111 1000100 100110

Color Harmonies of #741FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FA3

Black with #741FA3

Text Example


Text Example

White with #741FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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