Html Css Color HEX #743CFC Blue Violet

📋 copy color: '#743CFC'

red 116 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #743CFC

Tints of Blue Violet #743CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 27.1%
G = 14.02%
B = 58.88%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#743CFC (or 0x743CFC) is known color: Blue Violet. HEX triplet: 74, 3C and FC. RGB value is (116,60,252). Sum of RGB (Red+Green+Blue) = 116+60+252=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #743CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CFC is #8BC303. Grayscale: #616161. Windows color (decimal): -9159428 or 16530548. OLE color: 16530548.

HSL color Cylindrical-coordinate representation of color #743CFC: hue angle of 257.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743CFC is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 60 252 -
CMYK 0.54 0.76 0 0.01
HSL 257.5º 0.97% 0.61% -
HSV(B) 257.5º 0.76% 0.99% -
XYZ 26.39 13.97 93.4 -
YUV 98.63 214.55 140.39 -
System Red Green Blue C M Y K H S L
Decimal 116 60 252 0.54 0.76 0 0.01 257.5 0.97 0.61
Hex 74 3C FC 36 4C 0 1 102 61 3D
Octal 164 74 374 66 114 0 1 402 141 75
Binary 1110100 111100 11111100 110110 1001100 0 1 100000010 1100001 111101

Color Harmonies of #743CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CFC

Black with #743CFC

Text Example


Text Example

White with #743CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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