#741BA3

Color #741BA3 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #741BA3

Tints of Vivid Violet #741BA3

Color information

#741BA3 (or 0x741BA3) is unknown color: approx Vivid Violet. HEX triplet: 74, 1B and A3. RGB value is (116,27,163). Sum of RGB (Red+Green+Blue) = 116+27+163=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #741BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741BA3 is #8BE45C. Grayscale: #444444. Windows color (decimal): -9167965 or 10689396. OLE color: 10689396.

HSL color Cylindrical-coordinate representation of color #741BA3: hue angle of 279.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741BA3 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11627163-
CMYK0.290.8300.36
HSL279.26º71.58%37.25%-
HSV(B)279.26º83.44%63.92%-
XYZ14.217.1435.28-
YUV69.11180.99161.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 27 (10.94% from 255) = 8.82%
BLUE value IS 163 (64.06% from 255) = 53.27%
R=37.91%
G=8.82%
B=53.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116271630.290.8300.36279.2671.5837.25
Hex741BA31D530241174825
Octal164332433512304442711045
Binary1110100110111010001111101101001101001001000101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #741BA3;
 }
 .AnyTagClassName
 {
   color: #741BA3;
 }
</style>
background-color css

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

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

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

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

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

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