Html Css Color HEX #742BDA Blue Violet

📋 copy color: '#742BDA'

red 116 ◦ green 43 ◦ blue 218

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

Shades of Blue Violet #742BDA

Tints of Blue Violet #742BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 30.77%
G = 11.41%
B = 57.82%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#742BDA (or 0x742BDA) is known color: Blue Violet. HEX triplet: 74, 2B and DA. RGB value is (116,43,218). Sum of RGB (Red+Green+Blue) = 116+43+218=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #742BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BDA is #8BD425. Grayscale: #545454. Windows color (decimal): -9163814 or 14297972. OLE color: 14297972.

HSL color Cylindrical-coordinate representation of color #742BDA: hue angle of 265.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742BDA is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 43 218 -
CMYK 0.47 0.80 0 0.15
HSL 265.03º 0.7% 0.51% -
HSV(B) 265.03º 0.8% 0.85% -
XYZ 20.72 10.5 67.26 -
YUV 84.78 203.18 150.27 -
System Red Green Blue C M Y K H S L
Decimal 116 43 218 0.47 0.80 0 0.15 265.03 0.7 0.51
Hex 74 2B DA 2F 50 0 F 109 46 33
Octal 164 53 332 57 120 0 17 411 106 63
Binary 1110100 101011 11011010 101111 1010000 0 1111 100001001 1000110 110011

Color Harmonies of #742BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BDA

Black with #742BDA

Text Example


Text Example

White with #742BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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