Html Css Color HEX #742BE0 Blue Violet

📋 copy color: '#742BE0'

red 116 ◦ green 43 ◦ blue 224

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

Shades of Blue Violet #742BE0

Tints of Blue Violet #742BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.49%

R = 30.29%
G = 11.23%
B = 58.49%

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

#742BE0 (or 0x742BE0) is known color: Blue Violet. HEX triplet: 74, 2B and E0. RGB value is (116,43,224). Sum of RGB (Red+Green+Blue) = 116+43+224=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #742BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BE0 is #8BD41F. Grayscale: #545454. Windows color (decimal): -9163808 or 14691188. OLE color: 14691188.

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

Color convert

RGB 116 43 224 -
CMYK 0.48 0.81 0 0.12
HSL 264.2º 0.74% 0.52% -
HSV(B) 264.2º 0.81% 0.88% -
XYZ 21.52 10.82 71.48 -
YUV 85.46 206.18 149.78 -
System Red Green Blue C M Y K H S L
Decimal 116 43 224 0.48 0.81 0 0.12 264.2 0.74 0.52
Hex 74 2B E0 30 51 0 C 108 4A 34
Octal 164 53 340 60 121 0 14 410 112 64
Binary 1110100 101011 11100000 110000 1010001 0 1100 100001000 1001010 110100

Color Harmonies of #742BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BE0

Black with #742BE0

Text Example


Text Example

White with #742BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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