Html Css Color HEX #742CDF Blue Violet

📋 copy color: '#742CDF'

red 116 ◦ green 44 ◦ blue 223

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

Shades of Blue Violet #742CDF

Tints of Blue Violet #742CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.49%

 BLUE value IS 223 (87.5% from 255) = 58.22%

R = 30.29%
G = 11.49%
B = 58.22%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#742CDF (or 0x742CDF) is known color: Blue Violet. HEX triplet: 74, 2C and DF. RGB value is (116,44,223). Sum of RGB (Red+Green+Blue) = 116+44+223=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #742CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CDF is #8BD320. Grayscale: #555555. Windows color (decimal): -9163553 or 14625908. OLE color: 14625908.

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

Color convert

RGB 116 44 223 -
CMYK 0.48 0.80 0 0.13
HSL 264.13º 0.74% 0.52% -
HSV(B) 264.13º 0.8% 0.87% -
XYZ 21.42 10.84 70.78 -
YUV 85.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 116 44 223 0.48 0.80 0 0.13 264.13 0.74 0.52
Hex 74 2C DF 30 50 0 D 108 4A 34
Octal 164 54 337 60 120 0 15 410 112 64
Binary 1110100 101100 11011111 110000 1010000 0 1101 100001000 1001010 110100

Color Harmonies of #742CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CDF

Black with #742CDF

Text Example


Text Example

White with #742CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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