Html Css Color HEX #741FF2 Blue Violet

📋 copy color: '#741FF2'

red 116 ◦ green 31 ◦ blue 242

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

Shades of Blue Violet #741FF2

Tints of Blue Violet #741FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.21%

R = 29.82%
G = 7.97%
B = 62.21%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#741FF2 (or 0x741FF2) is known color: Blue Violet. HEX triplet: 74, 1F and F2. RGB value is (116,31,242). Sum of RGB (Red+Green+Blue) = 116+31+242=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #741FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FF2 is #8BE00D. Grayscale: #4F4F4F. Windows color (decimal): -9166862 or 15867764. OLE color: 15867764.

HSL color Cylindrical-coordinate representation of color #741FF2: hue angle of 264.17º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741FF2 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 31 242 -
CMYK 0.52 0.87 0 0.05
HSL 264.17º 0.89% 0.54% -
HSV(B) 264.17º 0.87% 0.95% -
XYZ 23.72 11.1 84.9 -
YUV 80.47 219.16 153.34 -
System Red Green Blue C M Y K H S L
Decimal 116 31 242 0.52 0.87 0 0.05 264.17 0.89 0.54
Hex 74 1F F2 34 57 0 5 108 59 36
Octal 164 37 362 64 127 0 5 410 131 66
Binary 1110100 11111 11110010 110100 1010111 0 101 100001000 1011001 110110

Color Harmonies of #741FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FF2

Black with #741FF2

Text Example


Text Example

White with #741FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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