Html Css Color HEX #743CDD Blue Violet

📋 copy color: '#743CDD'

red 116 ◦ green 60 ◦ blue 221

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

Shades of Blue Violet #743CDD

Tints of Blue Violet #743CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.11%

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 29.22%
G = 15.11%
B = 55.67%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#743CDD (or 0x743CDD) is known color: Blue Violet. HEX triplet: 74, 3C and DD. RGB value is (116,60,221). Sum of RGB (Red+Green+Blue) = 116+60+221=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #743CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CDD is #8BC322. Grayscale: #5E5E5E. Windows color (decimal): -9159459 or 14498932. OLE color: 14498932.

HSL color Cylindrical-coordinate representation of color #743CDD: hue angle of 260.87º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743CDD is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 60 221 -
CMYK 0.48 0.73 0 0.13
HSL 260.87º 0.7% 0.55% -
HSV(B) 260.87º 0.73% 0.87% -
XYZ 21.87 12.17 69.6 -
YUV 95.1 199.05 142.91 -
System Red Green Blue C M Y K H S L
Decimal 116 60 221 0.48 0.73 0 0.13 260.87 0.7 0.55
Hex 74 3C DD 30 49 0 D 105 46 37
Octal 164 74 335 60 111 0 15 405 106 67
Binary 1110100 111100 11011101 110000 1001001 0 1101 100000101 1000110 110111

Color Harmonies of #743CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CDD

Black with #743CDD

Text Example


Text Example

White with #743CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743CDD; }

 p { color: rgb(116,60,221); }

 H1.HeaderClassName
 {
   color: #743CDD;
 }
 .AnyTagClassName
 {
   color: #743CDD;
 }
</style>

background-color css

<style>
 a { background-color: #743CDD; }

 a { background-color: rgb(116,60,221); }

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

border-color css

<style>
 span { border-color: #743CDD; }

 span { border-color: rgb(116,60,221); }

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