Html Css Color HEX #742BE1 Blue Violet

📋 copy color: '#742BE1'

red 116 ◦ green 43 ◦ blue 225

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

Shades of Blue Violet #742BE1

Tints of Blue Violet #742BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.59%

R = 30.21%
G = 11.2%
B = 58.59%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#742BE1 (or 0x742BE1) is known color: Blue Violet. HEX triplet: 74, 2B and E1. RGB value is (116,43,225). Sum of RGB (Red+Green+Blue) = 116+43+225=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #742BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BE1 is #8BD41E. Grayscale: #545454. Windows color (decimal): -9163807 or 14756724. OLE color: 14756724.

HSL color Cylindrical-coordinate representation of color #742BE1: hue angle of 264.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742BE1 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 43 225 -
CMYK 0.48 0.81 0 0.12
HSL 264.07º 0.75% 0.53% -
HSV(B) 264.07º 0.81% 0.88% -
XYZ 21.66 10.88 72.19 -
YUV 85.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 116 43 225 0.48 0.81 0 0.12 264.07 0.75 0.53
Hex 74 2B E1 30 51 0 C 108 4B 35
Octal 164 53 341 60 121 0 14 410 113 65
Binary 1110100 101011 11100001 110000 1010001 0 1100 100001000 1001011 110101

Color Harmonies of #742BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BE1

Black with #742BE1

Text Example


Text Example

White with #742BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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