Html Css Color HEX #743CDE Blue Violet

📋 copy color: '#743CDE'

red 116 ◦ green 60 ◦ blue 222

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

Shades of Blue Violet #743CDE

Tints of Blue Violet #743CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 29.15%
G = 15.08%
B = 55.78%

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

#743CDE (or 0x743CDE) is known color: Blue Violet. HEX triplet: 74, 3C and DE. RGB value is (116,60,222). Sum of RGB (Red+Green+Blue) = 116+60+222=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #743CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CDE is #8BC321. Grayscale: #5E5E5E. Windows color (decimal): -9159458 or 14564468. OLE color: 14564468.

HSL color Cylindrical-coordinate representation of color #743CDE: hue angle of 260.74º degrees, saturation: 0.71, 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 #743CDE is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 60 222 -
CMYK 0.48 0.73 0 0.13
HSL 260.74º 0.71% 0.55% -
HSV(B) 260.74º 0.73% 0.87% -
XYZ 22 12.22 70.31 -
YUV 95.21 199.55 142.83 -
System Red Green Blue C M Y K H S L
Decimal 116 60 222 0.48 0.73 0 0.13 260.74 0.71 0.55
Hex 74 3C DE 30 49 0 D 105 47 37
Octal 164 74 336 60 111 0 15 405 107 67
Binary 1110100 111100 11011110 110000 1001001 0 1101 100000101 1000111 110111

Color Harmonies of #743CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CDE

Black with #743CDE

Text Example


Text Example

White with #743CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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