#742DDF

Color #742DDF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #742DDF

Tints of Blue Violet #742DDF

Color information

#742DDF (or 0x742DDF) is unknown color: approx Blue Violet. HEX triplet: 74, 2D and DF. RGB value is (116,45,223). Sum of RGB (Red+Green+Blue) = 116+45+223=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #742DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DDF is #8BD220. Grayscale: #555555. Windows color (decimal): -9163297 or 14626164. OLE color: 14626164.

HSL color Cylindrical-coordinate representation of color #742DDF: hue angle of 263.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742DDF is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11645223-
CMYK0.480.8000.13
HSL263.93º73.55%52.55%-
HSV(B)263.93º79.82%87.45%-
XYZ21.4610.9270.79-
YUV86.52205.02149.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 45 (17.97% from 255) = 11.72%
BLUE value IS 223 (87.5% from 255) = 58.07%
R=30.21%
G=11.72%
B=58.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116452230.480.8000.13263.9373.5552.55
Hex742DDF30500D1084a35
Octal164553376012001541011265
Binary1110100101101110111111100001010000011011000010001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,45,223); }

 H1.HeaderClassName
 {
   color: #742DDF;
 }
 .AnyTagClassName
 {
   color: #742DDF;
 }
</style>
background-color css

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

 a { background-color: rgb(116,45,223); }

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

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

 span { border-color: rgb(116,45,223); }

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