Html Css Color HEX #742AFF Blue Violet

📋 copy color: '#742AFF'

red 116 ◦ green 42 ◦ blue 255

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

Shades of Blue Violet #742AFF

Tints of Blue Violet #742AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.17%

 BLUE value IS 255 (100% from 255) = 61.74%

R = 28.09%
G = 10.17%
B = 61.74%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#742AFF (or 0x742AFF) is known color: Blue Violet. HEX triplet: 74, 2A and FF. RGB value is (116,42,255). Sum of RGB (Red+Green+Blue) = 116+42+255=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #742AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742AFF is #8BD500. Grayscale: #575757. Windows color (decimal): -9164033 or 16722548. OLE color: 16722548.

HSL color Cylindrical-coordinate representation of color #742AFF: hue angle of 260.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #742AFF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 42 255 -
CMYK 0.55 0.84 0 0
HSL 260.85º 1% 0.58% -
HSV(B) 260.85º 0.84% 1% -
XYZ 26.08 12.59 95.66 -
YUV 88.41 222.02 147.68 -
System Red Green Blue C M Y K H S L
Decimal 116 42 255 0.55 0.84 0 0 260.85 1 0.58
Hex 74 2A FF 37 54 0 0 105 64 3A
Octal 164 52 377 67 124 0 0 405 144 72
Binary 1110100 101010 11111111 110111 1010100 0 0 100000101 1100100 111010

Color Harmonies of #742AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742AFF

Black with #742AFF

Text Example


Text Example

White with #742AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742AFF; }

 p { color: rgb(116,42,255); }

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

background-color css

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

 a { background-color: rgb(116,42,255); }

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

border-color css

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

 span { border-color: rgb(116,42,255); }

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