Html Css Color HEX #742BFB Blue Violet

📋 copy color: '#742BFB'

red 116 ◦ green 43 ◦ blue 251

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

Shades of Blue Violet #742BFB

Tints of Blue Violet #742BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 28.29%
G = 10.49%
B = 61.22%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#742BFB (or 0x742BFB) is known color: Blue Violet. HEX triplet: 74, 2B and FB. RGB value is (116,43,251). Sum of RGB (Red+Green+Blue) = 116+43+251=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #742BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742BFB is #8BD404. Grayscale: #575757. Windows color (decimal): -9163781 or 16460660. OLE color: 16460660.

HSL color Cylindrical-coordinate representation of color #742BFB: hue angle of 261.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742BFB is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 43 251 -
CMYK 0.54 0.83 0 0.02
HSL 261.06º 0.96% 0.58% -
HSV(B) 261.06º 0.83% 0.98% -
XYZ 25.48 12.41 92.32 -
YUV 88.54 219.68 147.59 -
System Red Green Blue C M Y K H S L
Decimal 116 43 251 0.54 0.83 0 0.02 261.06 0.96 0.58
Hex 74 2B FB 36 53 0 2 105 60 3A
Octal 164 53 373 66 123 0 2 405 140 72
Binary 1110100 101011 11111011 110110 1010011 0 10 100000101 1100000 111010

Color Harmonies of #742BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BFB

Black with #742BFB

Text Example


Text Example

White with #742BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,43,251); }

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

background-color css

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

 a { background-color: rgb(116,43,251); }

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

border-color css

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

 span { border-color: rgb(116,43,251); }

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