Html Css Color HEX #742FDC Blue Violet

📋 copy color: '#742FDC'

red 116 ◦ green 47 ◦ blue 220

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

Shades of Blue Violet #742FDC

Tints of Blue Violet #742FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 30.29%
G = 12.27%
B = 57.44%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#742FDC (or 0x742FDC) is known color: Blue Violet. HEX triplet: 74, 2F and DC. RGB value is (116,47,220). Sum of RGB (Red+Green+Blue) = 116+47+220=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #742FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FDC is #8BD023. Grayscale: #565656. Windows color (decimal): -9162788 or 14430068. OLE color: 14430068.

HSL color Cylindrical-coordinate representation of color #742FDC: hue angle of 263.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742FDC is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 47 220 -
CMYK 0.47 0.79 0 0.14
HSL 263.93º 0.71% 0.52% -
HSV(B) 263.93º 0.79% 0.86% -
XYZ 21.14 10.91 68.7 -
YUV 87.35 202.86 148.43 -
System Red Green Blue C M Y K H S L
Decimal 116 47 220 0.47 0.79 0 0.14 263.93 0.71 0.52
Hex 74 2F DC 2F 4F 0 E 108 47 34
Octal 164 57 334 57 117 0 16 410 107 64
Binary 1110100 101111 11011100 101111 1001111 0 1110 100001000 1000111 110100

Color Harmonies of #742FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FDC

Black with #742FDC

Text Example


Text Example

White with #742FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,220); }

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

background-color css

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

 a { background-color: rgb(116,47,220); }

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

border-color css

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

 span { border-color: rgb(116,47,220); }

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